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 2015/03/23 14:06:17 UTC

svn commit: r1668626 - /tomcat/trunk/java/org/apache/coyote/http2/HpackException.java

Author: markt
Date: Mon Mar 23 13:06:17 2015
New Revision: 1668626

URL: http://svn.apache.org/r1668626
Log:
Fix Javadoc error

Modified:
    tomcat/trunk/java/org/apache/coyote/http2/HpackException.java

Modified: tomcat/trunk/java/org/apache/coyote/http2/HpackException.java
URL: http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/coyote/http2/HpackException.java?rev=1668626&r1=1668625&r2=1668626&view=diff
==============================================================================
--- tomcat/trunk/java/org/apache/coyote/http2/HpackException.java (original)
+++ tomcat/trunk/java/org/apache/coyote/http2/HpackException.java Mon Mar 23 13:06:17 2015
@@ -17,9 +17,8 @@
 package org.apache.coyote.http2;
 
 /**
- * Exception that is thrown when the HPACK compress context is broken.
- * <p/>
- * In this case the connection must be closed.
+ * Exception that is thrown when the HPACK compress context is broken. In this
+ * case the connection must be closed.
  */
 public class HpackException extends Exception {
 



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