Changeset 16644 in josm
- Timestamp:
- 2020-06-14T20:20:02+02:00 (4 years ago)
- Location:
- trunk
- Files:
-
- 2 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 { -
trunk/src/org/openstreetmap/josm/gui/history/NodeListViewer.java
r16637 r16644 5 5 6 6 import java.awt.Point; 7 import java.util.Objects;8 7 9 8 import javax.swing.JTable;
Note:
See TracChangeset
for help on using the changeset viewer.