Ignore:
Timestamp:
2013-07-17T00:01:49+02:00 (11 years ago)
Author:
stoecker
Message:

see #8853 remove tabs, trailing spaces, windows line ends, strange characters

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/layer/ValidatorLayer.java

    r5907 r6070  
    6464        if (root == null || root.getChildCount() == 0)
    6565            return;
    66        
     66
    6767        PaintVisitor paintVisitor = new PaintVisitor(g, mv);
    6868
     
    8080            severity = severity.getPreviousSibling();
    8181        }
    82        
     82
    8383        paintVisitor.clearPaintedObjects();
    8484    }
Note: See TracChangeset for help on using the changeset viewer.