protected void describeMismatchSafely()

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


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