This is an automated email from the ASF dual-hosted git repository. markt-asf pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tomcat.git
commit 5593085408e54e4761da972b9c3488cf943cc551 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 eb93d5e4f8..364d383b29 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]
