This is an automated email from the ASF dual-hosted git repository.
markt-asf 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 c45ba6b33d Fix Javadoc typo
c45ba6b33d is described below
commit c45ba6b33dce270a0cc37b901270dab9058d12fe
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 2ee81ccd87..c5d2074f40 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]