Changeset 19108 in josm for trunk/scripts/TagInfoExtract.java
- Timestamp:
- 2024-06-17T19:37:02+02:00 (13 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/scripts/TagInfoExtract.java
r19050 r19108 224 224 225 225 private abstract class Extractor { 226 abstract void run() throws Exception; 226 abstract void run() throws IOException, OsmTransferException, ParseException, SAXException; 227 227 228 228 void writeJson(String name, String description, Iterable<TagInfoTag> tags) throws IOException {
Note:
See TracChangeset
for help on using the changeset viewer.