From: markt Date: Wed, 19 Nov 2008 00:43:15 +0000 (+0000) Subject: Remove deprecation. Generics changes removed the issue. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=884443fbb9c594128cb4d8b82d6fc2b816578b25;p=tomcat7.0 Remove deprecation. Generics changes removed the issue. git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@718821 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/java/org/apache/tomcat/util/modeler/Registry.java b/java/org/apache/tomcat/util/modeler/Registry.java index 3e07ac428..74c8fe1f6 100644 --- a/java/org/apache/tomcat/util/modeler/Registry.java +++ b/java/org/apache/tomcat/util/modeler/Registry.java @@ -649,7 +649,6 @@ public class Registry implements RegistryMBean, MBeanRegistration { * @param param * @return List of descriptors * @throws Exception - * @deprecated bad interface, mixing of metadata and mbeans */ public List load( String sourceType, Object source, String param) throws Exception {