src/share/classes/javax/management/loading/MLet.java

Print this page

        

@@ -796,11 +796,11 @@
 
      /**
       * Allows the m-let to perform any operations it needs before being unregistered
       * by the MBean server.
       *
-      * @exception java.langException This exception should be caught
+      * @exception java.lang.Exception This exception should be caught
       * by the MBean server and re-thrown as an
       * MBeanRegistrationException.
       */
      public void preDeregister() throws java.lang.Exception {
      }