Ignore:
Timestamp:
2016-12-15T07:31:46+01:00 (7 years ago)
Author:
Don-vip
Message:

sonar - squid:ClassVariableVisibilityCheck - Class variable fields should not have public accessibility

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/tools/RightAndLefthandTraffic.java

    r11376 r11402  
    113113                if (result.hasChanges()) {
    114114                    for (Multipolygon mp : result.getPolygons()) {
    115                         optimizedWays.add(mp.outerWay);
     115                        optimizedWays.add(mp.getOuterWay());
    116116                    }
    117117                }
Note: See TracChangeset for help on using the changeset viewer.