Changeset 8444 in josm for trunk/src/org/openstreetmap/josm/command/conflict/ConflictResolveCommand.java
- Timestamp:
- 2015-06-02T16:41:37+02:00 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/command/conflict/ConflictResolveCommand.java
r6887 r8444 45 45 */ 46 46 protected void rememberConflict(Conflict<?> c) { 47 if (! resolvedConflicts.hasConflictForMy(c.getMy())) {47 if (!resolvedConflicts.hasConflictForMy(c.getMy())) { 48 48 resolvedConflicts.add(c); 49 49 } … … 68 68 super.undoCommand(); 69 69 70 if (! Main.map.mapView.hasLayer(getLayer())) {70 if (!Main.map.mapView.hasLayer(getLayer())) { 71 71 Main.warn(tr("Cannot undo command ''{0}'' because layer ''{1}'' is not present any more", 72 72 this.toString(),
Note:
See TracChangeset
for help on using the changeset viewer.
