Ignore:
Timestamp:
2018-07-06T01:32:11+02:00 (6 years ago)
Author:
Don-vip
Message:

remove deprecated API

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/preferences/projection/ProjectionPreference.java

    r13206 r14005  
    277277     * @param id short name of the projection choice as shown in the GUI
    278278     * @param epsg the unique numeric EPSG identifier for the projection
    279      * @param cacheDir unused
    280      * @return the registered {@link ProjectionChoice}
    281      * @deprecated use {@link #registerProjectionChoice(String, String, Integer)} instead
    282      */
    283     @Deprecated
    284     public static ProjectionChoice registerProjectionChoice(String name, String id, Integer epsg, String cacheDir) {
    285         return registerProjectionChoice(name, id, epsg);
    286     }
    287 
    288     /**
    289      * Registers a new projection choice.
    290      * @param name short name of the projection choice as shown in the GUI
    291      * @param id short name of the projection choice as shown in the GUI
    292      * @param epsg the unique numeric EPSG identifier for the projection
    293279     * @return the registered {@link ProjectionChoice}
    294280     */
Note: See TracChangeset for help on using the changeset viewer.