You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by kk...@apache.org on 2015/11/27 09:21:02 UTC

svn commit: r1716804 - /tomcat/trunk/java/org/apache/coyote/http2/Http2Parser.java

Author: kkolinko
Date: Fri Nov 27 08:21:02 2015
New Revision: 1716804

URL: http://svn.apache.org/viewvc?rev=1716804&view=rev
Log:
Correct a comment typo

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

Modified: tomcat/trunk/java/org/apache/coyote/http2/Http2Parser.java
URL: http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/coyote/http2/Http2Parser.java?rev=1716804&r1=1716803&r2=1716804&view=diff
==============================================================================
--- tomcat/trunk/java/org/apache/coyote/http2/Http2Parser.java (original)
+++ tomcat/trunk/java/org/apache/coyote/http2/Http2Parser.java Fri Nov 27 08:21:02 2015
@@ -56,7 +56,7 @@ class Http2Parser {
      * Read and process a single frame. Once the start of a frame is read, the
      * remainder will be read using blocking IO.
      *
-     * @param block Should this method block until a frame is available is no
+     * @param block Should this method block until a frame is available if no
      *              frame is available immediately?
      *
      * @return <code>true</code> if a frame was read otherwise



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