Changeset 16644 in josm for trunk/scripts/TaggingPresetSchemeWikiGenerator.java
- Timestamp:
- 2020-06-14T20:20:02+02:00 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/scripts/TaggingPresetSchemeWikiGenerator.java
r16640 r16644 25 25 * This script generates the wiki content for https://josm.openstreetmap.de/wiki/TaggingPresets#Attributes 26 26 */ 27 public class TaggingPresetSchemeWikiGenerator {27 public final class TaggingPresetSchemeWikiGenerator { 28 28 29 29 private static Document document; 30 30 private static XPath xPath; 31 32 private TaggingPresetSchemeWikiGenerator() { 33 // Hide public constructor for utility class 34 } 31 35 32 36 public static void main(String[] args) throws Exception {
Note:
See TracChangeset
for help on using the changeset viewer.