Ignore:
Timestamp:
2015-06-20T14:36:00+02:00 (9 years ago)
Author:
Don-vip
Message:

fix many checkstyle violations

File:
1 edited

Legend:

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

    r8378 r8509  
    442442    public void visit(Way w) {
    443443        if (w.getNodesCount() > 0 // do not consider empty ways
    444                 && !w.hasKey("addr:interpolation") // ignore addr:interpolation ways as they are not physical features and most of the time very near the associated highway, which is perfectly normal, see #9332
     444                && !w.hasKey("addr:interpolation") // ignore addr:interpolation ways as they are not physical features and most of
     445                                                   // the time very near the associated highway, which is perfectly normal, see #9332
    445446                && !w.hasTag("highway", "platform") && !w.hasTag("railway", "platform") // similarly for public transport platforms
    446447                ) {
Note: See TracChangeset for help on using the changeset viewer.