Ignore:
Timestamp:
2017-04-08T01:08:59+02:00 (7 years ago)
Author:
Don-vip
Message:

sonar - squid:S1444 - "public static" fields should be constant

File:
1 edited

Legend:

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

    r11608 r11852  
    323323
    324324        List<List<WaySegment>> cells = new ArrayList<>();
    325         for (Point2D cell : ValUtil.getSegmentCells(n1, n2, OsmValidator.griddetail)) {
     325        for (Point2D cell : ValUtil.getSegmentCells(n1, n2, OsmValidator.getGridDetail())) {
    326326            List<WaySegment> segments = cellSegments.get(cell);
    327327            if (segments == null) {
Note: See TracChangeset for help on using the changeset viewer.