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: [email protected]
For additional commands, e-mail: [email protected]