Changeset 30141 in osm for applications/editors
- Timestamp:
- 2013-12-20T19:17:48+01:00 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/terracer/src/terracer/TerracerAction.java
r30127 r30141 704 704 public int compareTo(SortWithIndex o) { 705 705 return Double.compare(x, o.x); 706 } ;706 } 707 707 } 708 708
Note:
See TracChangeset
for help on using the changeset viewer.