Changeset 13569 in josm for trunk/src/org/openstreetmap
- Timestamp:
- 2018-03-26T01:39:16+02:00 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/data/osm/OsmPrimitiveComparator.java
r13224 r13569 20 20 * Returns a comparator comparing primitives by their name using {@link DefaultNameFormatter}. 21 21 * 22 * {@linkplain DefaultNameFormatter#format( OsmPrimitive) Formatted names} are cached.22 * {@linkplain DefaultNameFormatter#format(IPrimitive) Formatted names} are cached. 23 23 * 24 24 * @return a comparator comparing primitives by their name using {@link DefaultNameFormatter}
Note:
See TracChangeset
for help on using the changeset viewer.