This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 11.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/11.0.x by this push: new d40c587727 Fix copy/paste error in Javadoc d40c587727 is described below commit d40c5877277402cf9ccbe7069453417ed5583cf0 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 20145b6eda..ac61f7730d 100644 --- a/java/org/apache/catalina/realm/JNDIRealm.java +++ b/java/org/apache/catalina/realm/JNDIRealm.java @@ -2381,7 +2381,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