Skip to content

Commit 917baf0

Browse files
committed
Udpate Javadoc for SubjectUtil
1 parent 9512cb2 commit 917baf0

File tree

1 file changed

+4
-1
lines changed
  • hadoop-common-project/hadoop-auth/src/main/java/org/apache/hadoop/security/authentication/util

1 file changed

+4
-1
lines changed

hadoop-common-project/hadoop-auth/src/main/java/org/apache/hadoop/security/authentication/util/SubjectUtil.java

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
import org.apache.hadoop.classification.InterfaceAudience.Private;
3434

3535
/**
36-
* An utility class that adapt the Security Manager and APIs related to it for
36+
* An utility class that adapts the Security Manager and APIs related to it for
3737
* JDK 8 and above.
3838
* <p>
3939
* In JDK 17, the Security Manager and APIs related to it have been deprecated
@@ -43,6 +43,9 @@
4343
* <p>
4444
* In JDK 24, the Security Manager has been permanently disabled. See
4545
* <a href="https://openjdk.org/jeps/486">JEP 486</a> for more information.
46+
* <p>
47+
* This is derived from Apache Calcite Avatica, which is derived from the Jetty
48+
* implementation.
4649
*/
4750
@Private
4851
public final class SubjectUtil {

0 commit comments

Comments
 (0)