This is an automated email from the ASF dual-hosted git repository. markt 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 88f853d Fix Javadoc warning 88f853d is described below commit 88f853d54d87f0f0ddb6b04563e1a0c7d082f44b Author: Mark Thomas <ma...@apache.org> 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 ad67a4a..2788618 100644 --- a/java/org/apache/catalina/authenticator/AuthenticatorBase.java +++ b/java/org/apache/catalina/authenticator/AuthenticatorBase.java @@ -1371,7 +1371,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: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org