- Timestamp:
- 2016-08-04T01:53:02+02:00 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/data/validation/tests/MapCSSTagChecker.java
r10728 r10729 261 261 /** Tags (or arbitraty strings) of alternatives to be presented to the user */ 262 262 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. 264 264 * Is evaluated on the matching primitive to give the error message. Map is checked to contain exactly one element. */ 265 265 protected final Map<Instruction.AssignmentInstruction, Severity> errors = new HashMap<>();
Note:
See TracChangeset
for help on using the changeset viewer.