Changeset 8846 in josm for trunk/src/org/openstreetmap/josm/data/ProjectionBounds.java
- Timestamp:
- 2015-10-10T01:40:42+02:00 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/data/ProjectionBounds.java
r8384 r8846 67 67 @Override 68 68 public String toString() { 69 return "ProjectionBounds["+minEast+","+minNorth+","+maxEast+","+maxNorth+ "]";69 return "ProjectionBounds["+minEast+","+minNorth+","+maxEast+","+maxNorth+']'; 70 70 } 71 71
Note:
See TracChangeset
for help on using the changeset viewer.
