- Timestamp:
- 2014-01-06T18:57:29+01:00 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/data/validation/tests/MapCSSTagChecker.java
r6636 r6649 337 337 final String description = getDescriptionForMatchingSelector(matchingSelector); 338 338 if (fix != null) { 339 return new FixableTestError(null, getSeverity(), description, 3000, p, fix);339 return new FixableTestError(null, getSeverity(), description, description, matchingSelector.toString(), 3000, p, fix); 340 340 } else { 341 return new TestError(null, getSeverity(), description, 3000, p);341 return new TestError(null, getSeverity(), description, description, matchingSelector.toString(), 3000, p); 342 342 } 343 343 } else {
Note:
See TracChangeset
for help on using the changeset viewer.