Changeset 6890 in josm for trunk/src/org/openstreetmap/josm/data/projection/CustomProjection.java
- Timestamp:
- 2014-02-27T02:50:12+01:00 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/data/projection/CustomProjection.java
r6883 r6890 119 119 } 120 120 121 public void update(String pref) throws ProjectionConfigurationException { 121 public final void update(String pref) throws ProjectionConfigurationException { 122 122 this.pref = pref; 123 123 if (pref == null) {
Note:
See TracChangeset
for help on using the changeset viewer.
