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 2012/10/23 00:00:48 UTC

svn commit: r1401101 - /tomcat/trunk/java/org/apache/catalina/mbeans/MBeanFactory.java

Author: markt
Date: Mon Oct 22 22:00:48 2012
New Revision: 1401101

URL: http://svn.apache.org/viewvc?rev=1401101&view=rev
Log:
Remove some out of date Javadoc and an unnecessary constructor.

Modified:
    tomcat/trunk/java/org/apache/catalina/mbeans/MBeanFactory.java

Modified: tomcat/trunk/java/org/apache/catalina/mbeans/MBeanFactory.java
URL: http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/catalina/mbeans/MBeanFactory.java?rev=1401101&r1=1401100&r2=1401101&view=diff
==============================================================================
--- tomcat/trunk/java/org/apache/catalina/mbeans/MBeanFactory.java (original)
+++ tomcat/trunk/java/org/apache/catalina/mbeans/MBeanFactory.java Mon Oct 22 22:00:48 2012
@@ -48,9 +48,6 @@ import org.apache.tomcat.util.res.String
 
 
 /**
- * <p>A <strong>ModelMBean</strong> implementation for the
- * <code>org.apache.catalina.core.StandardServer</code> component.</p>
- *
  * @author Amy Roh
  * @version $Id$
  */
@@ -69,25 +66,6 @@ public class MBeanFactory {
     private static final MBeanServer mserver = MBeanUtils.createServer();
 
 
-    // ----------------------------------------------------------- Constructors
-
-
-    /**
-     * Construct a <code>ModelMBean</code> with default
-     * <code>ModelMBeanInfo</code> information.
-     *
-     * @exception javax.management.MBeanException if the initializer of an
-     *  object throws an exception
-     * @exception javax.management.RuntimeOperationsException if an
-     *  IllegalArgumentException occurs
-     */
-    public MBeanFactory() {
-
-        super();
-
-    }
-
-
     // ------------------------------------------------------------- Attributes
 
     /**



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