Changeset 6985 in josm for trunk/src/org/openstreetmap/josm/tools
- Timestamp:
- 2014-04-16T00:09:40+02:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/tools/AlphanumComparator.java
r6804 r6985 42 42 private static final AlphanumComparator INSTANCE = new AlphanumComparator(); 43 43 44 /** 45 * Replies the unique instance. 46 * @return the unique instance 47 */ 44 48 public static AlphanumComparator getInstance() { 45 49 return INSTANCE; … … 48 52 /** 49 53 * Constructs a new Alphanum Comparator. 50 * @deprecated use {@link #getInstance()} instead.51 54 */ 52 @Deprecated 53 public AlphanumComparator() { 55 private AlphanumComparator() { 54 56 } 55 57
Note: See TracChangeset
for help on using the changeset viewer.