Remove @SuppressWarnings that is no more needed
authorkkolinko <kkolinko@13f79535-47bb-0310-9956-ffa450edef68>
Wed, 6 Oct 2010 01:06:27 +0000 (01:06 +0000)
committerkkolinko <kkolinko@13f79535-47bb-0310-9956-ffa450edef68>
Wed, 6 Oct 2010 01:06:27 +0000 (01:06 +0000)
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1004869 13f79535-47bb-0310-9956-ffa450edef68

java/org/apache/catalina/core/JreMemoryLeakPreventionListener.java

index 1949677..a61c87d 100644 (file)
@@ -49,7 +49,6 @@ import org.apache.tomcat.util.res.StringManager;
  * first disabling Jar URL connection caching. The workaround is to disable this
  * caching by default. 
  */
-@SuppressWarnings("deprecation")
 public class JreMemoryLeakPreventionListener implements LifecycleListener {
 
     private static final Log log =