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

Checkstyle

File:
1 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 {
Note: See TracChangeset for help on using the changeset viewer.