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

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

commit 7545da61756343ce7aed66ecc646876333713050
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 f4066157a5..1287e77a39 100644
--- a/java/org/apache/catalina/authenticator/BasicAuthenticator.java
+++ b/java/org/apache/catalina/authenticator/BasicAuthenticator.java
@@ -225,7 +225,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