Changeset 6733 in josm for trunk/src/org/openstreetmap/josm/gui/preferences/projection/AbstractProjectionChoice.java
- Timestamp:
- 2014-01-19T15:33:15+01:00 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/preferences/projection/AbstractProjectionChoice.java
r6070 r6733 13 13 14 14 /** 15 * Construct or.15 * Constructs a new {@code AbstractProjectionChoice}. 16 16 * 17 17 * @param name short name of the projection choice as shown in the GUI … … 26 26 27 27 /** 28 * Construct or (without cacheDir argument).28 * Constructs a new {@code AbstractProjectionChoice}. 29 29 * 30 30 * Only for core projection choices, where chacheDir is the same as 31 31 * 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 32 34 */ 33 35 public AbstractProjectionChoice(String name, String id) { … … 63 65 return new CustomProjection(getProjectionName(), code, pref, getCacheDir()); 64 66 } 65 66 67 }
Note:
See TracChangeset
for help on using the changeset viewer.
