--- old/src/java.management/share/classes/javax/management/MBeanParameterInfo.java 2015-08-05 20:44:36.834427008 +0400 +++ new/src/java.management/share/classes/javax/management/MBeanParameterInfo.java 2015-08-05 20:44:36.626427017 +0400 @@ -50,7 +50,7 @@ /** - * Constructs an MBeanParameterInfo object. + * Constructs an {@code MBeanParameterInfo} object. * * @param name The name of the data * @param type The type or class name of the data @@ -63,7 +63,7 @@ } /** - * Constructs an MBeanParameterInfo object. + * Constructs an {@code MBeanParameterInfo} object. * * @param name The name of the data * @param type The type or class name of the data @@ -85,9 +85,9 @@ /** *

Returns a shallow clone of this instance. - * The clone is obtained by simply calling super.clone(), + * The clone is obtained by simply calling {@code super.clone()}, * thus calling the default native shallow cloning mechanism - * implemented by Object.clone(). + * implemented by {@code Object.clone()}. * No deeper cloning of any internal field is made.

* *

Since this class is immutable, cloning is chiefly of @@ -126,7 +126,7 @@ * * @param o the object to compare to. * - * @return true if and only if o is an MBeanParameterInfo such + * @return true if and only if {@code o} is an MBeanParameterInfo such * that its {@link #getName()}, {@link #getType()}, * {@link #getDescriptor()}, and {@link * #getDescription()} values are equal (not necessarily identical)