Changeset 4505 in josm for trunk/src/org/openstreetmap
- Timestamp:
- 2011-10-08T12:31:43+02:00 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/data/validation/tests/WronglyOrderedWays.java
r4344 r4505 53 53 54 54 private void reportError(Way w, String msg, int type) { 55 errors.add(new TestError(this, Severity. OTHER, msg, type, Collections.singletonList(w)));55 errors.add(new TestError(this, Severity.WARNING, msg, type, Collections.singletonList(w))); 56 56 } 57 57 }
Note:
See TracChangeset
for help on using the changeset viewer.