Changeset 3105 in josm for trunk/src/org/openstreetmap/josm/gui/bbox/SlippyMapBBoxChooser.java
- Timestamp:
- 10.03.2010 16:26:43 (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/bbox/SlippyMapBBoxChooser.java
r3104 r3105 220 220 } 221 221 222 @Override223 222 public Bounds getBoundingBox() { 224 223 return bbox; … … 231 230 * @param bbox the bounding box. null to reset the bounding box 232 231 */ 233 @Override234 232 public void setBoundingBox(Bounds bbox) { 235 233 if (bbox == null) {
Note: See TracChangeset
for help on using the changeset viewer.
