Changeset 29518 in osm for applications/viewer/jmapviewer/src/org
- Timestamp:
- 2013-04-19T23:54:01+02:00 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/viewer/jmapviewer/src/org/openstreetmap/gui/jmapviewer/MapRectangleImpl.java
r29517 r29518 85 85 @Override 86 86 public String toString() { 87 return "MapRectangle from " + topLeft + " to " + bottomRight;87 return "MapRectangle from " + getTopLeft() + " to " + getBottomRight(); 88 88 } 89 89 }
Note:
See TracChangeset
for help on using the changeset viewer.