Author: markt Date: Fri Feb 1 10:36:29 2019 New Revision: 1852708 URL: http://svn.apache.org/viewvc?rev=1852708&view=rev Log: Align 8.5.x with 9.0.x
Modified: tomcat/tc8.5.x/trunk/java/org/apache/coyote/http2/AbstractStream.java Modified: tomcat/tc8.5.x/trunk/java/org/apache/coyote/http2/AbstractStream.java URL: http://svn.apache.org/viewvc/tomcat/tc8.5.x/trunk/java/org/apache/coyote/http2/AbstractStream.java?rev=1852708&r1=1852707&r2=1852708&view=diff ============================================================================== --- tomcat/tc8.5.x/trunk/java/org/apache/coyote/http2/AbstractStream.java (original) +++ tomcat/tc8.5.x/trunk/java/org/apache/coyote/http2/AbstractStream.java Fri Feb 1 10:36:29 2019 @@ -109,7 +109,7 @@ abstract class AbstractStream { /** * Increment window size. - * @param increment The amount of the incrementation + * @param increment The amount by which the window size should be increased * @throws Http2Exception If the window size is now higher than * the maximum allowed */ --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org