Ignore:
Timestamp:
2015-06-02T16:41:37+02:00 (11 years ago)
Author:
Don-vip
Message:

remove extra whitespaces

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/command/conflict/ConflictResolveCommand.java

    r6887 r8444  
    4545     */
    4646    protected void rememberConflict(Conflict<?> c) {
    47         if (! resolvedConflicts.hasConflictForMy(c.getMy())) {
     47        if (!resolvedConflicts.hasConflictForMy(c.getMy())) {
    4848            resolvedConflicts.add(c);
    4949        }
     
    6868        super.undoCommand();
    6969
    70         if (! Main.map.mapView.hasLayer(getLayer())) {
     70        if (!Main.map.mapView.hasLayer(getLayer())) {
    7171            Main.warn(tr("Cannot undo command ''{0}'' because layer ''{1}'' is not present any more",
    7272                    this.toString(),
Note: See TracChangeset for help on using the changeset viewer.