Changeset 16272 in josm for trunk/src/org
- Timestamp:
- 2020-04-12T15:02:36+02:00 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/tools/Territories.java
r16215 r16272 124 124 * Initializes territories. 125 125 * TODO: Synchronization can be refined inside the {@link GeoPropertyIndex} as most look-ups are read-only. 126 * @see #initializeInternalData() 126 127 */ 127 128 public static synchronized void initialize() { … … 130 131 } 131 132 132 private static void initializeInternalData() { 133 /** 134 * Initializes territories using the internal data only. 135 */ 136 public static void initializeInternalData() { 133 137 iso3166Cache = new HashMap<>(); 134 138 taginfoCache = new TreeMap<>();
Note:
See TracChangeset
for help on using the changeset viewer.