protected void describeMismatchSafely()

in src/main/java/org/apache/sling/hamcrest/matchers/ResourcePathMatcher.java [45:47]


    protected void describeMismatchSafely(Resource resource, Description mismatchDescription) {
        mismatchDescription.appendText("was Resource with path ").appendValue(resource.getPath()).appendText(" (resource: ").appendValue(resource).appendText(")");
    }