Author: fschumacher Date: Thu Oct 15 20:58:58 2015 New Revision: 1708892 URL: http://svn.apache.org/viewvc?rev=1708892&view=rev Log: Add missing opening brace
Modified: tomcat/trunk/java/javax/servlet/http/PushBuilder.java Modified: tomcat/trunk/java/javax/servlet/http/PushBuilder.java URL: http://svn.apache.org/viewvc/tomcat/trunk/java/javax/servlet/http/PushBuilder.java?rev=1708892&r1=1708891&r2=1708892&view=diff ============================================================================== --- tomcat/trunk/java/javax/servlet/http/PushBuilder.java (original) +++ tomcat/trunk/java/javax/servlet/http/PushBuilder.java Thu Oct 15 20:58:58 2015 @@ -34,7 +34,7 @@ import java.util.Set; * <li>The referer header will be set to * {@link HttpServletRequest#getRequestURL()} plus, if present, the query * string from {@link HttpServletRequest#getQueryString()}. - * <li>If either of the headers @code If-Modified-Since} or + * <li>If either of the headers {@code If-Modified-Since} or * {@code If-None-Match} were present then {@link #isConditional()} will be * set to {@code true}. * </ul> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org