Author: markt
Date: Mon Aug 20 21:32:06 2018
New Revision: 1838496

URL: http://svn.apache.org/viewvc?rev=1838496&view=rev
Log:
Fix back-port to Java 7.

Modified:
    tomcat/tc8.5.x/trunk/test/org/apache/coyote/http2/TestAsyncFlush.java

Modified: tomcat/tc8.5.x/trunk/test/org/apache/coyote/http2/TestAsyncFlush.java
URL: 
http://svn.apache.org/viewvc/tomcat/tc8.5.x/trunk/test/org/apache/coyote/http2/TestAsyncFlush.java?rev=1838496&r1=1838495&r2=1838496&view=diff
==============================================================================
--- tomcat/tc8.5.x/trunk/test/org/apache/coyote/http2/TestAsyncFlush.java 
(original)
+++ tomcat/tc8.5.x/trunk/test/org/apache/coyote/http2/TestAsyncFlush.java Mon 
Aug 20 21:32:06 2018
@@ -113,7 +113,7 @@ public class TestAsyncFlush extends Http
         }
 
         @Override
-        protected void doGet(HttpServletRequest request, HttpServletResponse 
response)
+        protected void doGet(final HttpServletRequest request, final 
HttpServletResponse response)
                 throws IOException {
 
             final AsyncContext asyncContext = request.startAsync();



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

Reply via email to