Clean-up
authormarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Wed, 10 Feb 2010 22:39:35 +0000 (22:39 +0000)
committermarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Wed, 10 Feb 2010 22:39:35 +0000 (22:39 +0000)
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@908696 13f79535-47bb-0310-9956-ffa450edef68

java/org/apache/catalina/loader/WebappClassLoader.java

index 17fb6ab..97f9f04 100644 (file)
@@ -47,7 +47,6 @@ import java.util.Iterator;
 import java.util.LinkedHashMap;
 import java.util.List;
 import java.util.Map;
-import java.util.TimerTask;
 import java.util.Vector;
 import java.util.concurrent.ThreadPoolExecutor;
 import java.util.jar.Attributes;
@@ -629,9 +628,9 @@ public class WebappClassLoader
 
 
      /**
-      * Set the clearReferencesStatic feature for this Context.
+      * Set the clearReferencesStopThreads feature for this Context.
       *
-      * @param clearReferencesStatic The new flag value
+      * @param clearReferencesStopThreads The new flag value
       */
      public void setClearReferencesStopThreads(
              boolean clearReferencesStopThreads) {