Ignore:
Timestamp:
2016-08-10T23:37:20+02:00 (8 years ago)
Author:
Don-vip
Message:

fix #13305 - correct javadoc in TestError (patch by gpetermann_muenchen)

File:
1 edited

Legend:

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

    r10469 r10778  
    5959     * @param description The translated description
    6060     * @param descriptionEn The English description
     61     * @param code The test error reference code
    6162     * @param primitives The affected primitives
    62      * @param code The test error reference code
    6363     * @param highlighted OSM primitives to highlight
    6464     */
     
    8080     * @param severity The severity of this error
    8181     * @param message The error message
     82     * @param code The test error reference code
    8283     * @param primitives The affected primitives
    83      * @param code The test error reference code
    8484     * @param highlighted OSM primitives to highlight
    8585     */
     
    9696     * @param description The translated description
    9797     * @param descriptionEn The English description
     98     * @param code The test error reference code
    9899     * @param primitives The affected primitives
    99      * @param code The test error reference code
    100100     */
    101101    public TestError(Test tester, Severity severity, String message, String description, String descriptionEn,
     
    109109     * @param severity The severity of this error
    110110     * @param message The error message
     111     * @param code The test error reference code
    111112     * @param primitives The affected primitives
    112      * @param code The test error reference code
    113113     */
    114114    public TestError(Test tester, Severity severity, String message, int code, Collection<? extends OsmPrimitive> primitives) {
     
    121121     * @param severity The severity of this error
    122122     * @param message The error message
     123     * @param code The test error reference code
    123124     * @param primitive The affected primitive
    124      * @param code The test error reference code
    125125     */
    126126    public TestError(Test tester, Severity severity, String message, int code, OsmPrimitive primitive) {
     
    136136     * @param description The translated description
    137137     * @param descriptionEn The English description
     138     * @param code The test error reference code
    138139     * @param primitive The affected primitive
    139      * @param code The test error reference code
    140140     */
    141141    public TestError(Test tester, Severity severity, String message, String description, String descriptionEn,
Note: See TracChangeset for help on using the changeset viewer.