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/relation/RelationEditor.java

    r8390 r8444  
    117117        super(Main.parent,
    118118                "",
    119                 new String[] { tr("Apply Changes"), tr("Cancel")},
     119                new String[] {tr("Apply Changes"), tr("Cancel")},
    120120                false,
    121121                false
     
    200200     */
    201201    protected boolean isDirtyRelation() {
    202         return ! relation.hasEqualSemanticAttributes(relationSnapshot);
     202        return !relation.hasEqualSemanticAttributes(relationSnapshot);
    203203    }
    204204
Note: See TracChangeset for help on using the changeset viewer.