--- old/src/java.management/share/classes/com/sun/management/DiagnosticCommandMBean.java 2015-04-28 17:43:14.227600374 +0400 +++ new/src/java.management/share/classes/com/sun/management/DiagnosticCommandMBean.java 2015-04-28 17:43:13.923600374 +0400 @@ -93,7 +93,7 @@ * returns the diagnostic command description * (the same as the one return in the 'help' command) *
  • {@link javax.management.MBeanOperationInfo#getImpact() getImpact()} - * returns ACTION_INFO
  • + * returns {@code ACTION_INFO} *
  • {@link javax.management.MBeanOperationInfo#getReturnType() getReturnType()} * returns {@code java.lang.String}
  • *
  • {@link javax.management.MBeanOperationInfo#getDescriptor() getDescriptor()} @@ -105,7 +105,6 @@ * meta-data for a JMX element. A field is a name and an associated value. * The additional meta-data provided for an operation associated with a * diagnostic command are described in the table below: - *

    * * * @@ -161,7 +160,6 @@ * arguments supported by the diagnostic command (see below) * *
    - *

    * *

    The description of parameters (options or arguments) of a diagnostic * command is provided within a Descriptor instance. In this Descriptor,