Changeset 6643 in josm for trunk/src/org/openstreetmap/josm/gui/dialogs/relation/RelationTree.java
- Timestamp:
- 2014-01-06T16:39:45+01:00 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/dialogs/relation/RelationTree.java
r6248 r6643 132 132 return; 133 133 if (lastException != null) { 134 lastException .printStackTrace();134 Main.error(lastException); 135 135 return; 136 136 }
Note:
See TracChangeset
for help on using the changeset viewer.
