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