Author: remm Date: Fri Oct 30 15:29:50 2015 New Revision: 1711497 URL: http://svn.apache.org/viewvc?rev=1711497&view=rev Log: Remove non initialized local log.
Modified: tomcat/trunk/test/org/apache/coyote/http2/TestHttp2Section_5_3.java Modified: tomcat/trunk/test/org/apache/coyote/http2/TestHttp2Section_5_3.java URL: http://svn.apache.org/viewvc/tomcat/trunk/test/org/apache/coyote/http2/TestHttp2Section_5_3.java?rev=1711497&r1=1711496&r2=1711497&view=diff ============================================================================== --- tomcat/trunk/test/org/apache/coyote/http2/TestHttp2Section_5_3.java (original) +++ tomcat/trunk/test/org/apache/coyote/http2/TestHttp2Section_5_3.java Fri Oct 30 15:29:50 2015 @@ -19,9 +19,6 @@ package org.apache.coyote.http2; import org.junit.Assert; import org.junit.Test; -import org.apache.juli.logging.Log; -import org.apache.juli.logging.LogFactory; - /** * Unit tests for Section 5.3 of * <a href="https://tools.ietf.org/html/rfc7540">RFC 7540</a>. @@ -34,8 +31,6 @@ import org.apache.juli.logging.LogFactor */ public class TestHttp2Section_5_3 extends Http2TestBase { - Log log = LogFactory.getLog(TestHttp2Section_5_3.class); - // Section 5.3.1 @Test --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org