Changeset 16196 in josm for trunk/src/org/openstreetmap/josm/tools
- Timestamp:
- 2020-03-23T00:12:22+01:00 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/tools/Territories.java
r16109 r16196 58 58 59 59 private static volatile Map<String, GeoPropertyIndex<Boolean>> iso3166Cache; 60 pr ivatestatic volatile Map<String, TaginfoRegionalInstance> taginfoCache;61 pr ivatestatic volatile Map<String, TaginfoRegionalInstance> taginfoGeofabrikCache;60 protected static volatile Map<String, TaginfoRegionalInstance> taginfoCache; 61 protected static volatile Map<String, TaginfoRegionalInstance> taginfoGeofabrikCache; 62 62 private static volatile Map<String, TagMap> customTagsCache; 63 63
Note:
See TracChangeset
for help on using the changeset viewer.