Changeset 15939 in josm for trunk/src/org


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

fix checkstyle issues

Location:
trunk/src/org/openstreetmap/josm
Files:
2 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
  • trunk/src/org/openstreetmap/josm/tools/Territories.java

    r15937 r15939  
    189189                }
    190190            }
    191         } catch (IOException |JsonParsingException e) {
     191        } catch (IOException | JsonParsingException e) {
    192192            Logging.trace(e);
    193193            Logging.warn(tr("Failed to parse taginfo data geofabrik-index-v1-nogeom.json"));
Note: See TracChangeset for help on using the changeset viewer.