Ignore:
Timestamp:
2014-01-19T15:33:15+01:00 (12 years ago)
Author:
Don-vip
Message:

update javadoc

File:
1 edited

Legend:

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

    r6070 r6733  
    1313
    1414    /**
    15      * Constructor.
     15     * Constructs a new {@code AbstractProjectionChoice}.
    1616     *
    1717     * @param name short name of the projection choice as shown in the GUI
     
    2626
    2727    /**
    28      * Constructor (without cacheDir argument).
     28     * Constructs a new {@code AbstractProjectionChoice}.
    2929     *
    3030     * Only for core projection choices, where chacheDir is the same as
    3131     * the second part of the id.
     32     * @param name short name of the projection choice as shown in the GUI
     33     * @param id unique identifier for the projection choice
    3234     */
    3335    public AbstractProjectionChoice(String name, String id) {
     
    6365        return new CustomProjection(getProjectionName(), code, pref, getCacheDir());
    6466    }
    65 
    6667}
Note: See TracChangeset for help on using the changeset viewer.