From 56aea716f5b45bb9d25a87ae860fa1ce286ec717 Mon Sep 17 00:00:00 2001 From: kkolinko Date: Wed, 6 Oct 2010 01:06:27 +0000 Subject: [PATCH] Remove @SuppressWarnings that is no more needed git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1004869 13f79535-47bb-0310-9956-ffa450edef68 --- java/org/apache/catalina/core/JreMemoryLeakPreventionListener.java | 1 - 1 file changed, 1 deletion(-) 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 = -- 2.11.0