This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 10.1.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/10.1.x by this push: new 210a0d552e Fix copy/paste error in Javadoc 210a0d552e is described below commit 210a0d552e63f4a26fe02cde41b9c322bb3a712b Author: Mark Thomas <ma...@apache.org> AuthorDate: Wed Feb 19 10:46:56 2025 +0000 Fix copy/paste error in Javadoc --- java/org/apache/catalina/realm/JNDIRealm.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/java/org/apache/catalina/realm/JNDIRealm.java b/java/org/apache/catalina/realm/JNDIRealm.java index 7ef034b769..ed88ba1c48 100644 --- a/java/org/apache/catalina/realm/JNDIRealm.java +++ b/java/org/apache/catalina/realm/JNDIRealm.java @@ -2384,7 +2384,7 @@ public class JNDIRealm extends RealmBase { /** - * Get the principal associated with the specified certificate. + * Get the principal associated with the specified user name. * * @param connection The directory context * @param username The user name --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org