Changeset 19108 in josm for trunk/scripts/TaggingPresetSchemeWikiGenerator.java
- Timestamp:
- 2024-06-17T19:37:02+02:00 (13 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/scripts/TaggingPresetSchemeWikiGenerator.java
r19050 r19108 35 35 } 36 36 37 public static void main(String[] args) throws Exception { 37 public static void main(String[] args) throws IOException, ParserConfigurationException, SAXException, XPathExpressionException { 38 38 document = parseTaggingPresetSchema(); 39 39 xPath = XPathFactory.newInstance().newXPath();
Note:
See TracChangeset
for help on using the changeset viewer.