You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2008/11/19 01:43:16 UTC

svn commit: r718821 - /tomcat/trunk/java/org/apache/tomcat/util/modeler/Registry.java

Author: markt
Date: Tue Nov 18 16:43:15 2008
New Revision: 718821

URL: http://svn.apache.org/viewvc?rev=718821&view=rev
Log:
Remove deprecation. Generics changes removed the issue.

Modified:
    tomcat/trunk/java/org/apache/tomcat/util/modeler/Registry.java

Modified: tomcat/trunk/java/org/apache/tomcat/util/modeler/Registry.java
URL: http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/tomcat/util/modeler/Registry.java?rev=718821&r1=718820&r2=718821&view=diff
==============================================================================
--- tomcat/trunk/java/org/apache/tomcat/util/modeler/Registry.java (original)
+++ tomcat/trunk/java/org/apache/tomcat/util/modeler/Registry.java Tue Nov 18 16:43:15 2008
@@ -649,7 +649,6 @@
      * @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 {



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org