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

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


The following commit(s) were added to refs/heads/trunk by this push:
     new d92d6cba58 OAK-10246 : Minor cleanup of unused imports, indention and 
whitespace
d92d6cba58 is described below

commit d92d6cba582e657f5641bbf35ed3ca0410f6a546
Author: angela <anch...@adobe.com>
AuthorDate: Tue May 16 17:04:05 2023 +0200

    OAK-10246 : Minor cleanup of unused imports, indention and whitespace
---
 .../org/apache/jackrabbit/oak/spi/security/user/UserConstants.java    | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/oak-security-spi/src/main/java/org/apache/jackrabbit/oak/spi/security/user/UserConstants.java
 
b/oak-security-spi/src/main/java/org/apache/jackrabbit/oak/spi/security/user/UserConstants.java
index 55fc4ac4e9..38773e8063 100644
--- 
a/oak-security-spi/src/main/java/org/apache/jackrabbit/oak/spi/security/user/UserConstants.java
+++ 
b/oak-security-spi/src/main/java/org/apache/jackrabbit/oak/spi/security/user/UserConstants.java
@@ -19,8 +19,6 @@ package org.apache.jackrabbit.oak.spi.security.user;
 import java.util.Collection;
 import org.apache.jackrabbit.guava.common.collect.ImmutableSet;
 
-import java.util.Collection;
-
 /**
  * User management related constants. Please note that all names and paths
  * are OAK names/paths and therefore are not suited to be used in JCR context
@@ -81,6 +79,8 @@ public interface UserConstants {
 
     /**
      * Configuration option defining the names of the impersonatorPrincipals 
field.
+     * @since Oak 1.54.0
+     * @see <a 
href="https://issues.apache.org/jira/browse/OAK-10173";>OAK-10173</a>
      */
     String PARAM_IMPERSONATOR_PRINCIPAL_NAMES = "impersonatorPrincipals";
 

Reply via email to