Changeset 6643 in josm for trunk/src/org/openstreetmap/josm/command
- Timestamp:
- 2014-01-06T16:39:45+01:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/command/ConflictAddCommand.java
r6248 r6643 41 41 getLayer().getConflicts().add(conflict); 42 42 } catch(IllegalStateException e) { 43 e.printStackTrace();43 Main.error(e); 44 44 warnBecauseOfDoubleConflict(); 45 45 }
Note: See TracChangeset
for help on using the changeset viewer.