Changeset 16438 in osm for applications/editors/josm
- Timestamp:
- 2009-07-11T16:11:52+02:00 (15 years ago)
- Location:
- applications/editors/josm/plugins/validator/src/org/openstreetmap/josm/plugins/validator/tests
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/validator/src/org/openstreetmap/josm/plugins/validator/tests/TagChecker.java
r16436 r16438 436 436 d.getDescription(), d.getDescriptionOrig(), d.getCode(), p) ); 437 437 withErrors.add(p, "TC"); 438 break;439 438 } 440 439 } -
applications/editors/josm/plugins/validator/src/org/openstreetmap/josm/plugins/validator/tests/WronglyOrderedWays.java
r16159 r16438 103 103 List<OsmPrimitive> primitives = new ArrayList<OsmPrimitive>(); 104 104 primitives.add(w); 105 errors.add( new TestError(this, Severity. WARNING, errortype, type, primitives) );105 errors.add( new TestError(this, Severity.OTHER, errortype, type, primitives) ); 106 106 _errorWays.add(w,w); 107 107 }
Note:
See TracChangeset
for help on using the changeset viewer.