Changeset 16780 in josm for trunk/src/org/openstreetmap
- Timestamp:
- 2020-07-15T23:08:21+02:00 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/tools/Tag2Link.java
r16774 r16780 90 90 */ 91 91 private static void initializeFromResources() throws IOException { 92 final String resource = "META-INF/resources/webjars/tag2link/2020. 5.16/index.json";92 final String resource = "META-INF/resources/webjars/tag2link/2020.7.15/index.json"; 93 93 final JsonArray rules; 94 94 try (InputStream inputStream = Tag2Link.class.getClassLoader().getResourceAsStream(resource);
Note:
See TracChangeset
for help on using the changeset viewer.