Changeset 16644 in josm


Ignore:
Timestamp:
2020-06-14T20:20:02+02:00 (4 years ago)
Author:
simon04
Message:

Checkstyle

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/scripts/TaggingPresetSchemeWikiGenerator.java

    r16640 r16644  
    2525 * This script generates the wiki content for https://josm.openstreetmap.de/wiki/TaggingPresets#Attributes
    2626 */
    27 public class TaggingPresetSchemeWikiGenerator {
     27public final class TaggingPresetSchemeWikiGenerator {
    2828
    2929    private static Document document;
    3030    private static XPath xPath;
     31
     32    private TaggingPresetSchemeWikiGenerator() {
     33        // Hide public constructor for utility class
     34    }
    3135
    3236    public static void main(String[] args) throws Exception {
  • trunk/src/org/openstreetmap/josm/gui/history/NodeListViewer.java

    r16637 r16644  
    55
    66import java.awt.Point;
    7 import java.util.Objects;
    87
    98import javax.swing.JTable;
Note: See TracChangeset for help on using the changeset viewer.