Changeset 15997 in josm


Ignore:
Timestamp:
2020-03-02T22:19:21+01:00 (5 years ago)
Author:
simon04
Message:

see #18802 - MapCSSTagChecker: remove unused private function

File:
1 edited

Legend:

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

    r15989 r15997  
    625625    }
    626626
    627     private static boolean hasSameDeclaration(MapCSSRule rule1, final MapCSSRule rule2) {
    628         return Objects.equals(rule1.declaration, rule2.declaration);
    629     }
    630 
    631627    static MapCSSStyleIndex createMapCSSTagCheckerIndex(MultiMap<String, TagCheck> checks, boolean includeOtherSeverity, boolean allTests) {
    632628        final MapCSSStyleIndex index = new MapCSSStyleIndex();
Note: See TracChangeset for help on using the changeset viewer.