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 2020/05/05 08:33:09 UTC

[tomcat] branch 9.0.x updated: Fix comment

This is an automated email from the ASF dual-hosted git repository.

markt pushed a commit to branch 9.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git


The following commit(s) were added to refs/heads/9.0.x by this push:
     new bb83129  Fix comment
bb83129 is described below

commit bb8312958b661218bf18b50eda7fef71642693db
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Tue May 5 09:32:24 2020 +0100

    Fix comment
---
 test/org/apache/coyote/http2/TestStreamProcessor.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/org/apache/coyote/http2/TestStreamProcessor.java b/test/org/apache/coyote/http2/TestStreamProcessor.java
index cfa0863..d660638 100644
--- a/test/org/apache/coyote/http2/TestStreamProcessor.java
+++ b/test/org/apache/coyote/http2/TestStreamProcessor.java
@@ -240,7 +240,7 @@ public class TestStreamProcessor extends Http2TestBase {
         Tomcat.addServlet(ctxt, "compression", new CompressionServlet());
         ctxt.addServletMappingDecoded("/compression", "compression");
 
-        // Enable compression for the LargeServlet
+        // Enable compression
         Connector connector = tomcat.getConnector();
 
         tomcat.start();


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