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

markt-asf 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 11ae2b5bab Fix Javadoc typo
11ae2b5bab is described below

commit 11ae2b5bab8aa5f2c037e545178300a5e87086ee
Author: Mark Thomas <[email protected]>
AuthorDate: Wed Jun 24 22:18:42 2026 +0100

    Fix Javadoc typo
---
 java/org/apache/catalina/authenticator/BasicAuthenticator.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/java/org/apache/catalina/authenticator/BasicAuthenticator.java 
b/java/org/apache/catalina/authenticator/BasicAuthenticator.java
index a22d5779f4..4fdbea6508 100644
--- a/java/org/apache/catalina/authenticator/BasicAuthenticator.java
+++ b/java/org/apache/catalina/authenticator/BasicAuthenticator.java
@@ -179,7 +179,7 @@ public class BasicAuthenticator extends AuthenticatorBase {
         /**
          * Trivial accessor.
          *
-         * @return the decoded username token as a String, which is never be 
<code>null</code>, but can be empty.
+         * @return the decoded username token as a String, which is never 
<code>null</code>, but can be empty.
          */
         public String getUsername() {
             return username;


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to