From: kkolinko Date: Wed, 6 Oct 2010 01:06:27 +0000 (+0000) Subject: Remove @SuppressWarnings that is no more needed X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=56aea716f5b45bb9d25a87ae860fa1ce286ec717;p=tomcat7.0 Remove @SuppressWarnings that is no more needed git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1004869 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/java/org/apache/catalina/core/JreMemoryLeakPreventionListener.java b/java/org/apache/catalina/core/JreMemoryLeakPreventionListener.java index 19496773e..a61c87d57 100644 --- a/java/org/apache/catalina/core/JreMemoryLeakPreventionListener.java +++ b/java/org/apache/catalina/core/JreMemoryLeakPreventionListener.java @@ -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 =