public Property getPropertyOrNull()

in src/main/java/org/apache/sling/jcr/oak/server/internal/TcclWrappingJackrabbitSession.java [182:184]


    public Property getPropertyOrNull(String absPath) throws RepositoryException {
        return wrapped.getPropertyOrNull(absPath);
    }