Changeset 15997 in josm
- Timestamp:
- 2020-03-02T22:19:21+01:00 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/data/validation/tests/MapCSSTagChecker.java
r15989 r15997 625 625 } 626 626 627 private static boolean hasSameDeclaration(MapCSSRule rule1, final MapCSSRule rule2) {628 return Objects.equals(rule1.declaration, rule2.declaration);629 }630 631 627 static MapCSSStyleIndex createMapCSSTagCheckerIndex(MultiMap<String, TagCheck> checks, boolean includeOtherSeverity, boolean allTests) { 632 628 final MapCSSStyleIndex index = new MapCSSStyleIndex();
Note:
See TracChangeset
for help on using the changeset viewer.