Changeset 16447 in josm for trunk/src/org
- Timestamp:
- 2020-05-17T17:24:29+02:00 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/data/validation/OsmValidator.java
r16443 r16447 294 294 */ 295 295 static void cleanupIgnoredErrors() { 296 cleanup3000();297 296 if (ignoredErrors.size() > 1) { 298 297 List<String> toRemove = new ArrayList<>(); … … 316 315 ignoredErrors.putAll(tmap); 317 316 } 318 }319 320 private static void cleanup3000() {321 // see #19053322 ignoredErrors.entrySet()323 .removeIf(e -> e.getKey().equals("3000_" + e.getValue()));324 317 } 325 318
Note:
See TracChangeset
for help on using the changeset viewer.