Ignore:
Timestamp:
2016-06-15T10:30:37+02:00 (8 years ago)
Author:
Don-vip
Message:

Checkstyle 6.19: enable SingleSpaceSeparator and fix violations

File:
1 edited

Legend:

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

    r10212 r10378  
    8888        @Override
    8989        public void treeWillExpand(TreeExpansionEvent event) throws ExpandVetoException {
    90             TreePath path  = event.getPath();
     90            TreePath path = event.getPath();
    9191            Relation parent = (Relation) event.getPath().getLastPathComponent();
    9292            if (!parent.isIncomplete() || parent.isNew())
Note: See TracChangeset for help on using the changeset viewer.