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:49 UTC

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

This is an automated email from the ASF dual-hosted git repository.

markt pushed a commit to branch 10.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git


The following commit(s) were added to refs/heads/10.0.x by this push:
     new 97e5178  Fix Javadoc warning
97e5178 is described below

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