Changeset 9240 in josm for trunk/src


Ignore:
Timestamp:
2016-01-01T18:46:31+01:00 (8 years ago)
Author:
bastiK
Message:

javadoc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/data/projection/Projections.java

    r9135 r9240  
    283283    }
    284284
     285    /**
     286     * Get a list of all supported projection codes.
     287     *
     288     * @return all supported projection codes
     289     * @see #getProjectionByCode(java.lang.String)
     290     */
    285291    public static Collection<String> getAllProjectionCodes() {
    286292        return Collections.unmodifiableCollection(allCodes);
Note: See TracChangeset for help on using the changeset viewer.