Changeset 10729 in josm for trunk/src/org/openstreetmap/josm


Ignore:
Timestamp:
2016-08-04T01:53:02+02:00 (8 years ago)
Author:
Don-vip
Message:

fix compiler/javadoc warnings

File:
1 edited

Legend:

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

    r10728 r10729  
    261261        /** Tags (or arbitraty strings) of alternatives to be presented to the user */
    262262        protected final List<String> alternatives = new ArrayList<>();
    263         /** An {@link Instruction.AssignmentInstruction}-{@link Severity} pair.
     263        /** An {@link org.openstreetmap.josm.gui.mappaint.mapcss.Instruction.AssignmentInstruction}-{@link Severity} pair.
    264264         * Is evaluated on the matching primitive to give the error message. Map is checked to contain exactly one element. */
    265265        protected final Map<Instruction.AssignmentInstruction, Severity> errors = new HashMap<>();
Note: See TracChangeset for help on using the changeset viewer.