protected void describeMismatchSafely()

in src/main/java/org/apache/sling/hamcrest/matchers/ResourceCollectionPathMatcher.java [60:62]


    protected void describeMismatchSafely(Collection<Resource> items, Description mismatchDescription) {
        iterarableMatcher.describeMismatch(items, mismatchDescription);
    }