Changeset 2847 in josm for trunk/src/org/openstreetmap/josm/gui/dialogs/relation/RelationTree.java
- Timestamp:
- 2010-01-13T20:12:48+01:00 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/dialogs/relation/RelationTree.java
r2578 r2847 159 159 } catch(Exception e) { 160 160 if (cancelled) { 161 System.out.println(tr("Warning: ignoring exception because task was cancelled. Exception was: " +e.toString()));161 System.out.println(tr("Warning: ignoring exception because task was cancelled. Exception was: {0}", e.toString())); 162 162 return; 163 163 }
Note:
See TracChangeset
for help on using the changeset viewer.
