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:33 UTC

[tomcat] branch 8.5.x updated: Fix comment

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

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


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

commit 8cd5cfb4fa0d885f964809a63f1c6c2aa7a229af
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