Ignore:
Timestamp:
2016-11-16T00:27:08+01:00 (7 years ago)
Author:
Don-vip
Message:

see #10387 - see #12914 - add debug info for failing unit test, remove operator=RFF check as the tag does not exist anymore

File:
1 edited

Legend:

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

    r11256 r11259  
    7171    }
    7272
    73     private static volatile Collection<Area> leftHandTrafficPolygons;
    74     private static volatile GeoPropertyIndex<Boolean> rlCache;
     73    static volatile Collection<Area> leftHandTrafficPolygons;
     74    static volatile GeoPropertyIndex<Boolean> rlCache;
    7575
    7676    private RightAndLefthandTraffic() {
Note: See TracChangeset for help on using the changeset viewer.