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

commit 7cb7569e35723f64fb66ea9200b534f8f8a15355
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Thu Aug 1 09:04:48 2019 +0100

    Fix broken Javadoc
---
 java/org/apache/catalina/authenticator/AuthenticatorBase.java | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/java/org/apache/catalina/authenticator/AuthenticatorBase.java 
b/java/org/apache/catalina/authenticator/AuthenticatorBase.java
index c8b8b87..dad6783 100644
--- a/java/org/apache/catalina/authenticator/AuthenticatorBase.java
+++ b/java/org/apache/catalina/authenticator/AuthenticatorBase.java
@@ -460,7 +460,8 @@ public abstract class AuthenticatorBase extends ValveBase
      * Sets the flag whether authentication information will be send to a 
reverse
      * proxy on a forwarded request.
      *
-     * @param {@code true} if response headers shall be sent, {@code false} 
otherwise
+     * @param sendAuthInfoResponseHeaders {@code true} if response headers 
shall be
+     *                                    sent, {@code false} otherwise
      */
     public void setSendAuthInfoResponseHeaders(boolean 
sendAuthInfoResponseHeaders) {
         this.sendAuthInfoResponseHeaders = sendAuthInfoResponseHeaders;


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to