Changeset 19535 in josm for trunk/src/org/openstreetmap/josm/data/validation
- Timestamp:
- 2026-02-20T11:51:47+01:00 (5 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/data/validation/OsmValidator.java
r19062 r19535 672 672 test.initialize(); 673 673 } 674 } catch (Exception e) { // NOPMD674 } catch (Exception e) { 675 675 String message = tr("Error initializing test {0}:\n {1}", test.getClass().getSimpleName(), e); 676 676 Logging.error(message);
Note:
See TracChangeset
for help on using the changeset viewer.
