Clean up
authormarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Sun, 22 Nov 2009 22:41:21 +0000 (22:41 +0000)
committermarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Sun, 22 Nov 2009 22:41:21 +0000 (22:41 +0000)
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@883169 13f79535-47bb-0310-9956-ffa450edef68

java/org/apache/catalina/startup/TldConfig.java

index fcce593..5b8a5ea 100644 (file)
@@ -293,7 +293,7 @@ public final class TldConfig  implements LifecycleListener {
     }
 
     public void addApplicationListener( String s ) {
-        //if(log.isDebugEnabled())
+        if(log.isDebugEnabled())
             log.debug( "Add tld listener " + s);
         listeners.add(s);
     }
@@ -322,7 +322,7 @@ public final class TldConfig  implements LifecycleListener {
      * 
      * @exception Exception if a fatal input/output or parsing error occurs
      */
-    public void execute() throws Exception {
+    public void execute() {
         long t1=System.currentTimeMillis();
 
         /*