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

remove extra whitespaces

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/dialogs/RelationListDialog.java

    r8413 r8444  
    440440            boolean added = false;
    441441            for (OsmPrimitive p: addedPrimitives) {
    442                 if (! (p instanceof Relation)) {
     442                if (!(p instanceof Relation)) {
    443443                    continue;
    444444                }
     
    474474            Set<Relation> removedRelations = new HashSet<>();
    475475            for (OsmPrimitive p: removedPrimitives) {
    476                 if (! (p instanceof Relation)) {
     476                if (!(p instanceof Relation)) {
    477477                    continue;
    478478                }
Note: See TracChangeset for help on using the changeset viewer.