Ignore:
Timestamp:
2017-06-04T23:09:21+02:00 (7 years ago)
Author:
Don-vip
Message:

see #14895 - checkstyle

File:
1 edited

Legend:

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

    r12311 r12318  
    8181    protected void checkHouseNumbersWithoutStreet(OsmPrimitive p) {
    8282        List<Relation> associatedStreets = getAndCheckAssociatedStreets(p);
    83         // Find house number without proper location (neither addr:street, associatedStreet, addr:place, addr:neighbourhood or addr:interpolation)
     83        // Find house number without proper location
     84        // (neither addr:street, associatedStreet, addr:place, addr:neighbourhood or addr:interpolation)
    8485        if (p.hasKey(ADDR_HOUSE_NUMBER) && !p.hasKey(ADDR_STREET, ADDR_PLACE, ADDR_NEIGHBOURHOOD)) {
    8586            for (Relation r : associatedStreets) {
Note: See TracChangeset for help on using the changeset viewer.