- Timestamp:
- 2019-03-10T13:13:41+01:00 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/data/validation/tests/TagChecker.java
r14859 r14869 885 885 if (testError.getTester() instanceof TagChecker) { 886 886 int code = testError.getCode(); 887 return code == INVALID_KEY || code ==EMPTY_VALUES || code == INVALID_SPACE ||887 return code == EMPTY_VALUES || code == INVALID_SPACE || 888 888 code == INVALID_KEY_SPACE || code == INVALID_HTML || 889 889 code == MULTIPLE_SPACES;
Note:
See TracChangeset
for help on using the changeset viewer.