Changeset 16196 in josm
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.