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 2017/07/03 15:41:19 UTC

svn commit: r1800688 - /tomcat/trunk/test/org/apache/catalina/tribes/group/interceptors/TestGzipInterceptor.java

Author: markt
Date: Mon Jul  3 15:41:18 2017
New Revision: 1800688

URL: http://svn.apache.org/viewvc?rev=1800688&view=rev
Log:
Whoops. Remove copy/paste comment

Modified:
    tomcat/trunk/test/org/apache/catalina/tribes/group/interceptors/TestGzipInterceptor.java

Modified: tomcat/trunk/test/org/apache/catalina/tribes/group/interceptors/TestGzipInterceptor.java
URL: http://svn.apache.org/viewvc/tomcat/trunk/test/org/apache/catalina/tribes/group/interceptors/TestGzipInterceptor.java?rev=1800688&r1=1800687&r2=1800688&view=diff
==============================================================================
--- tomcat/trunk/test/org/apache/catalina/tribes/group/interceptors/TestGzipInterceptor.java (original)
+++ tomcat/trunk/test/org/apache/catalina/tribes/group/interceptors/TestGzipInterceptor.java Mon Jul  3 15:41:18 2017
@@ -34,7 +34,6 @@ public class TestGzipInterceptor {
 
     @Parameters(name = "{index}: bufferSize[{0}]")
     public static Collection<Object[]> inputs() {
-        /// Note: These files are saved using the encoding indicated by the BOM
         List<Object[]> result = new ArrayList<>();
         result.add(new Object[] { Integer.valueOf(GzipInterceptor.DEFAULT_BUFFER_SIZE / 2) });
         result.add(new Object[] { Integer.valueOf(GzipInterceptor.DEFAULT_BUFFER_SIZE - 1) });



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