Author: kkolinko
Date: Thu Jan 21 21:28:01 2016
New Revision: 1726103

URL: http://svn.apache.org/viewvc?rev=1726103&view=rev
Log:
Add a comment.
Tomcat.silence() is buggy and not needed for Tomcat 6 tests.

Modified:
    
tomcat/tc6.0.x/branches/tomcat6-testing_20160106/test/org/apache/catalina/startup/Tomcat.java

Modified: 
tomcat/tc6.0.x/branches/tomcat6-testing_20160106/test/org/apache/catalina/startup/Tomcat.java
URL: 
http://svn.apache.org/viewvc/tomcat/tc6.0.x/branches/tomcat6-testing_20160106/test/org/apache/catalina/startup/Tomcat.java?rev=1726103&r1=1726102&r2=1726103&view=diff
==============================================================================
--- 
tomcat/tc6.0.x/branches/tomcat6-testing_20160106/test/org/apache/catalina/startup/Tomcat.java
 (original)
+++ 
tomcat/tc6.0.x/branches/tomcat6-testing_20160106/test/org/apache/catalina/startup/Tomcat.java
 Thu Jan 21 21:28:01 2016
@@ -678,7 +678,9 @@ public class Tomcat {
         System.setProperty(Globals.CATALINA_BASE_PROP, basedir);
     }
 
-    //    static final String[] silences = new String[] {
+// Not needed. See BZ 58905.
+//
+//    static final String[] silences = new String[] {
 //        "org.apache.coyote.http11.Http11Protocol",
 //        "org.apache.catalina.core.StandardService",
 //        "org.apache.catalina.core.StandardEngine",



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

Reply via email to