Ignore:
Timestamp:
2024-06-18T20:31:36+02:00 (4 months ago)
Author:
stoecker
Message:

javadoc fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/data/validation/ValidatorCLI.java

    r19108 r19112  
    7878    /** The input file(s) */
    7979    private final List<String> input = new ArrayList<>();
    80     /** The change files. input file -> list of change files */
     80    /** The change files. input file list of change files */
    8181    private final Map<String, List<String>> changeFiles = new HashMap<>();
    82     /** The output file(s). If {@code null}, use input filename as base (replace extension with geojson). input -> output */
     82    /** The output file(s). If {@code null}, use input filename as base (replace extension with geojson). input output */
    8383    private final Map<String, String> output = new HashMap<>();
    8484
     
    333333    /**
    334334     * Split a string into a filename + extension. Example:
    335      * "foo.bar.txt" -> ["foo.bar", "txt"]
     335     * "foo.bar.txt" ["foo.bar", "txt"]
    336336     * <p>
    337337     * Please note that future versions of Java may make this method redundant. It is not as of Java 21 (look for
Note: See TracChangeset for help on using the changeset viewer.