You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2021/08/17 14:49:59 UTC

[tomcat] branch 8.5.x updated: Fix Javadoc warning

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 <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 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: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org