Ignore:
Timestamp:
2020-02-26T17:37:55+01:00 (4 years ago)
Author:
GerdP
Message:

fix checkstyle issues

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/data/validation/TestError.java

    r15938 r15939  
    451451     * @return list of node pairs describing the area
    452452     */
    453     private  static List<List<Node>> getHiliteNodesForArea(Area area) {
     453    private static List<List<Node>> getHiliteNodesForArea(Area area) {
    454454        List<List<Node>> hilite = new ArrayList<>();
    455455        PathIterator pit = area.getPathIterator(null);
     
    488488    }
    489489
    490 
    491490    /**
    492491     * Returns the selection flag of this error
Note: See TracChangeset for help on using the changeset viewer.