Changeset 15900 in josm for trunk/src/org
- Timestamp:
- 2020-02-22T19:40:20+01:00 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/data/validation/tests/MapCSSTagChecker.java
r15716 r15900 287 287 /** Commands to apply in order to fix a matching primitive */ 288 288 protected final List<FixCommand> fixCommands = new ArrayList<>(); 289 /** Tags (or arbitra ty strings) of alternatives to be presented to the user */289 /** Tags (or arbitrary strings) of alternatives to be presented to the user */ 290 290 protected final List<String> alternatives = new ArrayList<>(); 291 291 /** An {@link org.openstreetmap.josm.gui.mappaint.mapcss.Instruction.AssignmentInstruction}-{@link Severity} pair.
Note:
See TracChangeset
for help on using the changeset viewer.