Changeset 16215 in josm for trunk/src/org/openstreetmap


Ignore:
Timestamp:
2020-03-28T23:49:55+01:00 (5 years ago)
Author:
Don-vip
Message:

fix compilation error

File:
1 edited

Legend:

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

    r16213 r16215  
    5757    private static DataSet dataSet;
    5858
    59     private static volatile Map<String, GeoPropertyIndex<Boolean>> iso3166Cache;
    60     private static volatile Map<String, TaginfoRegionalInstance> taginfoCache;
    61     private static volatile Map<String, TaginfoRegionalInstance> taginfoGeofabrikCache;
    62     private static volatile Map<String, TagMap> customTagsCache;
     59    static volatile Map<String, GeoPropertyIndex<Boolean>> iso3166Cache;
     60    static volatile Map<String, TaginfoRegionalInstance> taginfoCache;
     61    static volatile Map<String, TaginfoRegionalInstance> taginfoGeofabrikCache;
     62    static volatile Map<String, TagMap> customTagsCache;
    6363
    6464    private static final List<String> KNOWN_KEYS = Arrays.asList(ISO3166_1, ISO3166_2, TAGINFO, "type", "name:en", "driving_side", "note");
Note: See TracChangeset for help on using the changeset viewer.