This is an automated email from the ASF dual-hosted git repository.

reschke pushed a commit to branch OAK-10044
in repository https://gitbox.apache.org/repos/asf/jackrabbit-oak.git

commit 479242a290d78542a7e3166ecec561153e3efb7c
Author: Julian Reschke <julian.resc...@gmx.de>
AuthorDate: Mon Dec 19 16:41:22 2022 +0100

    OAK-10044: oak-security-spi JDK11 Javadoc fixes
---
 .../authorization/accesscontrol/AccessControlConstants.java       | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git 
a/oak-security-spi/src/main/java/org/apache/jackrabbit/oak/spi/security/authorization/accesscontrol/AccessControlConstants.java
 
b/oak-security-spi/src/main/java/org/apache/jackrabbit/oak/spi/security/authorization/accesscontrol/AccessControlConstants.java
index 28e421a359..3b2c165b48 100644
--- 
a/oak-security-spi/src/main/java/org/apache/jackrabbit/oak/spi/security/authorization/accesscontrol/AccessControlConstants.java
+++ 
b/oak-security-spi/src/main/java/org/apache/jackrabbit/oak/spi/security/authorization/accesscontrol/AccessControlConstants.java
@@ -82,10 +82,10 @@ public interface AccessControlConstants {
      * 
      * Example:
      * <pre>
-     * rep:current = []                => restriction applies to the target 
node only
-     * rep:current = [*]               => restriction applies to the target 
node and all it's properties
-     * rep:current = [jcr:primaryType] => restriction applies to the target 
node and it's property jcr:primaryType
-     * rep:current = [a, b, prefix:c]  => restriction applies to the target 
node and it's properties a, b and prefix:c
+     * rep:current = []                =&gt; restriction applies to the target 
node only
+     * rep:current = [*]               =&gt; restriction applies to the target 
node and all it's properties
+     * rep:current = [jcr:primaryType] =&gt; restriction applies to the target 
node and it's property jcr:primaryType
+     * rep:current = [a, b, prefix:c]  =&gt; restriction applies to the target 
node and it's properties a, b and prefix:c
      * </pre>
      * 
      * @since OAK 1.42.0

Reply via email to