--- old/src/java.management/share/classes/java/lang/management/ClassLoadingMXBean.java 2015-08-05 20:44:24.550427559 +0400 +++ new/src/java.management/share/classes/java/lang/management/ClassLoadingMXBean.java 2015-08-05 20:44:24.342427569 +0400 @@ -35,13 +35,13 @@ * that can be obtained by calling * the {@link ManagementFactory#getClassLoadingMXBean} method or * from the {@link ManagementFactory#getPlatformMBeanServer - * platform MBeanServer}. + * platform MBeanServer}. * - *

The ObjectName for uniquely identifying the MXBean for - * the class loading system within an MBeanServer is: + *

The {@code ObjectName} for uniquely identifying the MXBean for + * the class loading system within an {@code MBeanServer} is: *

* {@link ManagementFactory#CLASS_LOADING_MXBEAN_NAME - * java.lang:type=ClassLoading} + * java.lang:type=ClassLoading} *
* * It can be obtained by calling the @@ -86,8 +86,8 @@ /** * Tests if the verbose output for the class loading system is enabled. * - * @return true if the verbose output for the class loading - * system is enabled; false otherwise. + * @return {@code true} if the verbose output for the class loading + * system is enabled; {@code false} otherwise. */ public boolean isVerbose(); @@ -102,8 +102,8 @@ * Each invocation of this method enables or disables the verbose * output globally. * - * @param value true to enable the verbose output; - * false to disable. + * @param value {@code true} to enable the verbose output; + * {@code false} to disable. * * @exception java.lang.SecurityException if a security manager * exists and the caller does not have