- Timestamp:
- 2021-03-22T23:25:20+01:00 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/data/validation/tests/MapCSSTagCheckerRule.java
r17623 r17640 380 380 * @return an instance of {@link TestError}, or returns null if the primitive does not give rise to an error. 381 381 */ 382 protectedList<TestError> getErrorsForPrimitive(OsmPrimitive p, Selector matchingSelector, Environment env, Test tester) {382 List<TestError> getErrorsForPrimitive(OsmPrimitive p, Selector matchingSelector, Environment env, Test tester) { 383 383 List<TestError> res = new ArrayList<>(); 384 384 if (matchingSelector != null && !errors.isEmpty()) {
Note:
See TracChangeset
for help on using the changeset viewer.