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/10 21:07:17 UTC

svn commit: r1396742 - in /tomcat/trunk/java/org/apache/tomcat/util/modeler: BaseModelMBean.java ManagedBean.java

Author: markt
Date: Wed Oct 10 19:07:16 2012
New Revision: 1396742

URL: http://svn.apache.org/viewvc?rev=1396742&view=rev
Log:
Fix some Javadoc errors

Modified:
    tomcat/trunk/java/org/apache/tomcat/util/modeler/BaseModelMBean.java
    tomcat/trunk/java/org/apache/tomcat/util/modeler/ManagedBean.java

Modified: tomcat/trunk/java/org/apache/tomcat/util/modeler/BaseModelMBean.java
URL: http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/tomcat/util/modeler/BaseModelMBean.java?rev=1396742&r1=1396741&r2=1396742&view=diff
==============================================================================
--- tomcat/trunk/java/org/apache/tomcat/util/modeler/BaseModelMBean.java (original)
+++ tomcat/trunk/java/org/apache/tomcat/util/modeler/BaseModelMBean.java Wed Oct 10 19:07:16 2012
@@ -270,7 +270,7 @@ public class BaseModelMBean implements D
      *
      * @exception MBeanException if the initializer of an object
      *  throws an exception
-     * @exception ReflectioNException if a Java reflection exception
+     * @exception ReflectionException if a Java reflection exception
      *  occurs when invoking a method
      */
     @Override
@@ -538,8 +538,6 @@ public class BaseModelMBean implements D
      *
      * @exception InstanceNotFoundException if the managed resource object
      *  cannot be found
-     * @exception InvalidTargetObjectTypeException if this ModelMBean is
-     *  asked to handle a reference type it cannot deal with
      * @exception MBeanException if the initializer of the object throws
      *  an exception
      * @exception RuntimeOperationsException if the managed resource or the

Modified: tomcat/trunk/java/org/apache/tomcat/util/modeler/ManagedBean.java
URL: http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/tomcat/util/modeler/ManagedBean.java?rev=1396742&r1=1396741&r2=1396742&view=diff
==============================================================================
--- tomcat/trunk/java/org/apache/tomcat/util/modeler/ManagedBean.java (original)
+++ tomcat/trunk/java/org/apache/tomcat/util/modeler/ManagedBean.java Wed Oct 10 19:07:16 2012
@@ -253,8 +253,6 @@ public class ManagedBean implements java
      *
      * @exception InstanceNotFoundException if the managed resource
      *  object cannot be found
-     * @exception javax.management.modelmbean.InvalidTargetObjectTypeException
-     *  if our MBean cannot handle object references (should never happen)
      * @exception MBeanException if a problem occurs instantiating the
      *  <code>ModelMBean</code> instance
      * @exception RuntimeOperationsException if a JMX runtime error occurs
@@ -281,8 +279,6 @@ public class ManagedBean implements java
      *
      * @exception InstanceNotFoundException if the managed resource
      *  object cannot be found
-     * @exception javax.management.modelmbean.InvalidTargetObjectTypeException
-     *  if our MBean cannot handle object references (should never happen)
      * @exception MBeanException if a problem occurs instantiating the
      *  <code>ModelMBean</code> instance
      * @exception RuntimeOperationsException if a JMX runtime error occurs



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