This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/main by this push: new 263fb37 Fix Javadoc warning 263fb37 is described below commit 263fb37b6507203aece9c8afb77272654cad80d1 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 4a26b51..80aa13d 100644 --- a/java/org/apache/catalina/authenticator/AuthenticatorBase.java +++ b/java/org/apache/catalina/authenticator/AuthenticatorBase.java @@ -1372,7 +1372,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