Ignore:
Timestamp:
2014-04-16T00:09:40+02:00 (10 years ago)
Author:
Don-vip
Message:

sonar - deprecated code

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/tools/AlphanumComparator.java

    r6804 r6985  
    4242    private static final AlphanumComparator INSTANCE = new AlphanumComparator();
    4343
     44    /**
     45     * Replies the unique instance.
     46     * @return the unique instance
     47     */
    4448    public static AlphanumComparator getInstance() {
    4549        return INSTANCE;
     
    4852    /**
    4953     * Constructs a new Alphanum Comparator.
    50      * @deprecated use {@link #getInstance()} instead.
    5154     */
    52     @Deprecated
    53     public AlphanumComparator() {
     55    private AlphanumComparator() {
    5456    }
    5557
Note: See TracChangeset for help on using the changeset viewer.