Ignore:
Timestamp:
2016-08-03T23:37:51+02:00 (8 years ago)
Author:
Don-vip
Message:

see #11390 - fix checkstyle violations

File:
1 edited

Legend:

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

    r10710 r10728  
    584584                }
    585585                if (fix != null) {
    586                     return new FixableTestError(null, getSeverity(), description1, description2, matchingSelector.toString(), 3000, primitives, fix);
     586                    return new FixableTestError(null, getSeverity(), description1, description2, matchingSelector.toString(), 3000,
     587                            primitives, fix);
    587588                } else {
    588589                    return new TestError(null, getSeverity(), description1, description2, matchingSelector.toString(), 3000, primitives);
Note: See TracChangeset for help on using the changeset viewer.