Author: markt
Date: Mon Sep 14 12:48:25 2015
New Revision: 1702933
URL: http://svn.apache.org/r1702933
Log:
Remove comments that refer to code long since removed.
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=1702933&r1=1702932&r2=1702933&view=diff
==============================================================================
--- tomcat/trunk/java/org/apache/tomcat/util/modeler/Registry.java (original)
+++ tomcat/trunk/java/org/apache/tomcat/util/modeler/Registry.java Mon Sep 14
12:48:25 2015
@@ -59,10 +59,6 @@ import org.apache.tomcat.util.modeler.mo
* This is the main entry point into modeler. It provides methods to create
* and manipulate model mbeans and simplify their use.
*
- * Starting with version 1.1, this is no longer a singleton and the static
- * methods are strongly deprecated. In a container environment we can expect
- * different applications to use different registries.
- *
* This class is itself an mbean.
*
* IMPORTANT: public methods not marked with @since x.x are experimental or
@@ -134,9 +130,6 @@ public class Registry implements Registr
* Factory method to create (if necessary) and return our
* <code>Registry</code> instance.
*
- * Use this method to obtain a Registry - all other static methods
- * are deprecated and shouldn't be used.
- *
* The current version uses a static - future versions could use
* the thread class loader.
*
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]