Remove deprecation. Generics changes removed the issue.
authormarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Wed, 19 Nov 2008 00:43:15 +0000 (00:43 +0000)
committermarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Wed, 19 Nov 2008 00:43:15 +0000 (00:43 +0000)
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@718821 13f79535-47bb-0310-9956-ffa450edef68

java/org/apache/tomcat/util/modeler/Registry.java

index 3e07ac4..74c8fe1 100644 (file)
@@ -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<ObjectName> load( String sourceType, Object source,
             String param) throws Exception {