Changeset 16248 in josm for trunk/src/org/openstreetmap
- Timestamp:
- 2020-04-10T11:11:58+02:00 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/data/validation/OsmValidator.java
r16247 r16248 471 471 List<Map<String, String>> list = new ArrayList<>(); 472 472 cleanupIgnoredErrors(); 473 ignoredErrors.remove("3000"); // see #19053 473 474 list.add(ignoredErrors); 474 475 int i = 0;
Note:
See TracChangeset
for help on using the changeset viewer.