Changeset 6883 in josm for trunk/src/org/openstreetmap/josm/data/projection/datum/GRS80Datum.java
- Timestamp:
- 2014-02-25T01:31:24+01:00 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/data/projection/datum/GRS80Datum.java
r6362 r6883 12 12 public final class GRS80Datum extends NullDatum { 13 13 14 public final static GRS80Datum INSTANCE = new GRS80Datum(); 14 /** 15 * The unique instance. 16 */ 17 public static final GRS80Datum INSTANCE = new GRS80Datum(); 15 18 16 19 private GRS80Datum() {
Note:
See TracChangeset
for help on using the changeset viewer.