Changeset 19415 in josm for trunk/src/org/openstreetmap/josm/tools/Tag2Link.java
- Timestamp:
- 2025-06-24T13:57:09+02:00 (7 days ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/tools/Tag2Link.java
r19409 r19415 65 65 66 66 static final ListProperty PREF_SOURCE = new ListProperty("tag2link.source", 67 Collections.singletonList("resource://META-INF/resources/webjars/tag2link/2025. 5.21/index.json"));67 Collections.singletonList("resource://META-INF/resources/webjars/tag2link/2025.6.21/index.json")); 68 68 69 69 static final CachingProperty<List<String>> PREF_SEARCH_ENGINES = new ListProperty("tag2link.search",
Note:
See TracChangeset
for help on using the changeset viewer.