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 2017/05/29 09:00:24 UTC

svn commit: r1796597 - /tomcat/trunk/java/javax/servlet/http/HttpServletResponse.java

Author: markt
Date: Mon May 29 09:00:24 2017
New Revision: 1796597

URL: http://svn.apache.org/viewvc?rev=1796597&view=rev
Log:
Fix javadoc

Modified:
    tomcat/trunk/java/javax/servlet/http/HttpServletResponse.java

Modified: tomcat/trunk/java/javax/servlet/http/HttpServletResponse.java
URL: http://svn.apache.org/viewvc/tomcat/trunk/java/javax/servlet/http/HttpServletResponse.java?rev=1796597&r1=1796596&r2=1796597&view=diff
==============================================================================
--- tomcat/trunk/java/javax/servlet/http/HttpServletResponse.java (original)
+++ tomcat/trunk/java/javax/servlet/http/HttpServletResponse.java Mon May 29 09:00:24 2017
@@ -345,7 +345,7 @@ public interface HttpServletResponse ext
     /**
      * Configure the supplier of the trailer headers. The supplier will be
      * called in the scope of the thread that completes the response.
-     * <b>
+     * <br>
      * Trailers that don't meet the requirements of RFC 7230, section 4.1.2 will
      * be ignored.
      *



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