Changeset 14869 in josm


Ignore:
Timestamp:
2019-03-10T13:13:41+01:00 (5 years ago)
Author:
GerdP
Message:

see #17438: errors with code INVALID_KEY are NOT fixable

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/data/validation/tests/TagChecker.java

    r14859 r14869  
    885885        if (testError.getTester() instanceof TagChecker) {
    886886            int code = testError.getCode();
    887             return code == INVALID_KEY || code == EMPTY_VALUES || code == INVALID_SPACE ||
     887            return code == EMPTY_VALUES || code == INVALID_SPACE ||
    888888                   code == INVALID_KEY_SPACE || code == INVALID_HTML ||
    889889                   code == MULTIPLE_SPACES;
Note: See TracChangeset for help on using the changeset viewer.