Changeset 12726 in josm for trunk/src/org/openstreetmap/josm/command/conflict/ConflictAddCommand.java
- Timestamp:
- 2017-09-04T23:45:49+02:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/command/conflict/ConflictAddCommand.java
r12718 r12726 79 79 public void undoCommand() { 80 80 DataSet ds = getAffectedDataSet(); 81 if (!Main.main.containsDataSet(ds)) { 81 if (Main.main != null && !Main.main.containsDataSet(ds)) { 82 82 Logging.warn(tr("Layer ''{0}'' does not exist any more. Cannot remove conflict for object ''{1}''.", 83 83 ds.getName(),
Note:
See TracChangeset
for help on using the changeset viewer.
