This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch 8.5.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/8.5.x by this push:
new 8c5133d Fix Javadoc warning
8c5133d is described below
commit 8c5133d6691e8a4002d492d66918fcbdc177988c
Author: Mark Thomas <[email protected]>
AuthorDate: Tue Aug 17 15:49:33 2021 +0100
Fix Javadoc warning
---
java/org/apache/catalina/authenticator/AuthenticatorBase.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/java/org/apache/catalina/authenticator/AuthenticatorBase.java
b/java/org/apache/catalina/authenticator/AuthenticatorBase.java
index 2c96a0b..3dc0e0f 100644
--- a/java/org/apache/catalina/authenticator/AuthenticatorBase.java
+++ b/java/org/apache/catalina/authenticator/AuthenticatorBase.java
@@ -1373,7 +1373,7 @@ public abstract class AuthenticatorBase extends ValveBase
* Can the authenticator perform preemptive authentication for the given
* request?
*
- * @param request
+ * @param request The request to check for credentials
*
* @return {@code true} if preemptive authentication is possible, otherwise
* {@code false}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]