Changeset 12216 in josm
- Timestamp:
- 2017-05-20T12:01:53+02:00 (8 years ago)
- Location:
- trunk/src/org/openstreetmap/josm
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/data/projection/Projection.java
r12161 r12216 54 54 * Get a filename compatible string (for the cache directory). 55 55 * @return the cache directory name (base name) 56 * @deprecated unused - remove in 2017-07 56 57 */ 58 @Deprecated 57 59 String getCacheDirectoryName(); 58 60 -
trunk/src/org/openstreetmap/josm/gui/preferences/projection/AbstractProjectionChoice.java
r12148 r12216 51 51 } 52 52 53 /** 54 * Get the cache directory name. 55 * @return the cache directory name (base name) 56 * @deprecated unused - remove in 2017-07 57 */ 58 @Deprecated 53 59 public String getCacheDir() { 54 60 return cacheDir;
Note:
See TracChangeset
for help on using the changeset viewer.