--- old/src/java.management/share/classes/com/sun/jmx/remote/util/EnvHelp.java 2015-05-15 20:25:31.702444020 +0400 +++ new/src/java.management/share/classes/com/sun/jmx/remote/util/EnvHelp.java 2015-05-15 20:25:31.546444020 +0400 @@ -55,17 +55,17 @@ public class EnvHelp { /** - *

Name of the attribute that specifies a default class loader + * Name of the attribute that specifies a default class loader * object. - * The value associated with this attribute is a ClassLoader object

+ * The value associated with this attribute is a ClassLoader object. */ private static final String DEFAULT_CLASS_LOADER = JMXConnectorFactory.DEFAULT_CLASS_LOADER; /** - *

Name of the attribute that specifies a default class loader - * ObjectName. - * The value associated with this attribute is an ObjectName object

+ * Name of the attribute that specifies a default class loader + * ObjectName. + * The value associated with this attribute is an ObjectName object. */ private static final String DEFAULT_CLASS_LOADER_NAME = JMXConnectorServerFactory.DEFAULT_CLASS_LOADER_NAME; @@ -74,7 +74,6 @@ * Get the Connector Server default class loader. *

* Returns: - *

*

* @exception InstanceNotFoundException if * jmx.remote.default.class.loader.name is specified * and the ClassLoader MBean is not found in mbs. @@ -172,7 +172,6 @@ * Get the Connector Client default class loader. *

* Returns: - *

*