Changeset 16196 in josm


Ignore:
Timestamp:
2020-03-23T00:12:22+01:00 (4 years ago)
Author:
simon04
Message:

see #18729, see 18772 - Add TerritoriesTestIT

Location:
trunk
Files:
1 added
1 edited

Legend:

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

    r16109 r16196  
    5858
    5959    private static volatile Map<String, GeoPropertyIndex<Boolean>> iso3166Cache;
    60     private static volatile Map<String, TaginfoRegionalInstance> taginfoCache;
    61     private static volatile Map<String, TaginfoRegionalInstance> taginfoGeofabrikCache;
     60    protected static volatile Map<String, TaginfoRegionalInstance> taginfoCache;
     61    protected static volatile Map<String, TaginfoRegionalInstance> taginfoGeofabrikCache;
    6262    private static volatile Map<String, TagMap> customTagsCache;
    6363
Note: See TracChangeset for help on using the changeset viewer.