You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by fs...@apache.org on 2015/10/13 22:14:35 UTC

svn commit: r1708502 - /tomcat/trunk/java/org/apache/coyote/http2/StreamStateMachine.java

Author: fschumacher
Date: Tue Oct 13 20:14:34 2015
New Revision: 1708502

URL: http://svn.apache.org/viewvc?rev=1708502&view=rev
Log:
javadoc: close unordered list.

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

Modified: tomcat/trunk/java/org/apache/coyote/http2/StreamStateMachine.java
URL: http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/coyote/http2/StreamStateMachine.java?rev=1708502&r1=1708501&r2=1708502&view=diff
==============================================================================
--- tomcat/trunk/java/org/apache/coyote/http2/StreamStateMachine.java (original)
+++ tomcat/trunk/java/org/apache/coyote/http2/StreamStateMachine.java Tue Oct 13 20:14:34 2015
@@ -88,6 +88,7 @@ public class StreamStateMachine {
      * <ul>
      * <li>The stream is already reset</li>
      * <li>The stream is already closed</li>
+     * </ul>
      *
      * @return <code>true</code> if a reset frame needs to be sent to the peer,
      *         otherwise <code>false</code>



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