You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by re...@apache.org on 2015/10/30 16:29:50 UTC

svn commit: r1711497 - /tomcat/trunk/test/org/apache/coyote/http2/TestHttp2Section_5_3.java

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-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org