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

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


The following commit(s) were added to refs/heads/master by this push:
     new 535111f  Fix broken Javadoc
535111f is described below

commit 535111f8ae8549d39512ad9d24f9f3431b5f0e01
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 110391a..76e712b 100644
--- a/java/org/apache/catalina/authenticator/AuthenticatorBase.java
+++ b/java/org/apache/catalina/authenticator/AuthenticatorBase.java
@@ -458,7 +458,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