- Timestamp:
- 2017-08-26T22:29:16+02:00 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/io/ValidatorErrorWriter.java
r12667 r12668 132 132 133 133 private static class ErrorClass { 134 static int idCounter = 0;134 static int idCounter; 135 135 final Severity severity; 136 136 final String message;
Note:
See TracChangeset
for help on using the changeset viewer.