--- old/src/share/classes/javax/management/MBeanPermission.java 2014-04-01 04:46:03.186967085 -0700 +++ new/src/share/classes/javax/management/MBeanPermission.java 2014-04-01 04:46:03.046966133 -0700 @@ -156,7 +156,7 @@ * * *

In a comma-separated list of actions, spaces are allowed before - * and after each action.

+ * and after each action. * * @since 1.5 */ @@ -1129,7 +1129,7 @@ * Checks two MBeanPermission objects for equality. Checks * that obj is an MBeanPermission, and has the same * name and actions as this object. - *

+ * * @param obj the object we are testing for equality with this object. * @return true if obj is an MBeanPermission, and has the * same name and actions as this MBeanPermission object. --- old/src/share/classes/javax/management/MBeanServerPermission.java 2014-04-01 04:46:03.655970279 -0700 +++ new/src/share/classes/javax/management/MBeanServerPermission.java 2014-04-01 04:46:03.514969319 -0700 @@ -285,7 +285,7 @@ * Checks two MBeanServerPermission objects for equality. Checks that * obj is an MBeanServerPermission, and represents the same * list of allowable actions as this object. - *

+ * * @param obj the object we are testing for equality with this object. * @return true if the objects are equal. */ --- old/src/share/classes/javax/management/modelmbean/ModelMBeanNotificationBroadcaster.java 2014-04-01 04:46:04.138973569 -0700 +++ new/src/share/classes/javax/management/modelmbean/ModelMBeanNotificationBroadcaster.java 2014-04-01 04:46:03.996972600 -0700 @@ -124,7 +124,7 @@ /** * Sends an attributeChangeNotification which contains the old value and new value for the * attribute to the registered AttributeChangeNotification listeners on the ModelMBean. - *

+ * * @param oldValue The original value for the Attribute * @param newValue The current value for the Attribute *

--- old/src/share/classes/javax/management/openmbean/CompositeType.java	2014-04-01 04:46:04.611976788 -0700
+++ new/src/share/classes/javax/management/openmbean/CompositeType.java	2014-04-01 04:46:04.472975841 -0700
@@ -81,7 +81,7 @@
      * The Java class name of composite data values this composite type represents
      * (ie the class name returned by the {@link OpenType#getClassName() getClassName} method)
      * is set to the string value returned by CompositeData.class.getName().
-     * 

+ * * @param typeName The name given to the composite type this instance represents; cannot be a null or empty string. *
  * @param description The human readable description of the composite type this instance represents; --- old/src/share/classes/javax/management/openmbean/OpenMBeanAttributeInfo.java 2014-04-01 04:46:05.092980063 -0700 +++ new/src/share/classes/javax/management/openmbean/OpenMBeanAttributeInfo.java 2014-04-01 04:46:04.950979097 -0700 @@ -113,7 +113,6 @@ * for any two OpenMBeanAttributeInfo instances t1 and t2, * as required by the general contract of the method * {@link Object#hashCode() Object.hashCode()}. - *

* * @return the hash code value for this OpenMBeanAttributeInfo instance */ --- old/src/share/classes/javax/management/openmbean/OpenMBeanConstructorInfo.java 2014-04-01 04:46:05.555983215 -0700 +++ new/src/share/classes/javax/management/openmbean/OpenMBeanConstructorInfo.java 2014-04-01 04:46:05.414982255 -0700 @@ -118,7 +118,6 @@ * for any two OpenMBeanConstructorInfo instances t1 and t2, * as required by the general contract of the method * {@link Object#hashCode() Object.hashCode()}. - *

* * @return the hash code value for this OpenMBeanConstructorInfo instance */ --- old/src/share/classes/javax/management/openmbean/OpenMBeanInfo.java 2014-04-01 04:46:06.043986538 -0700 +++ new/src/share/classes/javax/management/openmbean/OpenMBeanInfo.java 2014-04-01 04:46:05.902985578 -0700 @@ -168,7 +168,6 @@ * for any two OpenMBeanInfo instances t1 and t2, * as required by the general contract of the method * {@link Object#hashCode() Object.hashCode()}. - *

* * @return the hash code value for this OpenMBeanInfo instance */ --- old/src/share/classes/javax/management/openmbean/OpenMBeanOperationInfo.java 2014-04-01 04:46:06.498989636 -0700 +++ new/src/share/classes/javax/management/openmbean/OpenMBeanOperationInfo.java 2014-04-01 04:46:06.359988690 -0700 @@ -161,7 +161,7 @@ * for any two OpenMBeanOperationInfo instances t1 and t2, * as required by the general contract of the method * {@link Object#hashCode() Object.hashCode()}. - *

+ * * * @return the hash code value for this OpenMBeanOperationInfo instance */ --- old/src/share/classes/javax/management/openmbean/OpenMBeanParameterInfo.java 2014-04-01 04:46:06.967992829 -0700 +++ new/src/share/classes/javax/management/openmbean/OpenMBeanParameterInfo.java 2014-04-01 04:46:06.827991876 -0700 @@ -192,7 +192,6 @@ * for any two OpenMBeanParameterInfo instances t1 and t2, * as required by the general contract of the method * {@link Object#hashCode() Object.hashCode()}. - *

* * @return the hash code value for this OpenMBeanParameterInfo instance */ --- old/src/share/classes/javax/management/openmbean/TabularType.java 2014-04-01 04:46:07.419995908 -0700 +++ new/src/share/classes/javax/management/openmbean/TabularType.java 2014-04-01 04:46:07.281994968 -0700 @@ -75,7 +75,7 @@ * The Java class name of tabular data values this tabular type represents * (ie the class name returned by the {@link OpenType#getClassName() getClassName} method) * is set to the string value returned by TabularData.class.getName(). - *

+ * * @param typeName The name given to the tabular type this instance represents; cannot be a null or empty string. *
  * @param description The human readable description of the tabular type this instance represents; --- old/src/share/classes/javax/management/remote/JMXConnectorFactory.java 2014-04-01 04:46:07.874999005 -0700 +++ new/src/share/classes/javax/management/remote/JMXConnectorFactory.java 2014-04-01 04:46:07.733998045 -0700 @@ -134,7 +134,7 @@ * MalformedURLException if there is none. An * implementation may choose to find providers by other means. For * example, it may support the + * href="{@docRoot}/../technotes/guides/jar/jar.html#Service%20Provider"> * JAR conventions for service providers, where the service * interface is JMXConnectorProvider.

* --- old/src/share/classes/javax/management/remote/JMXConnectorServerFactory.java 2014-04-01 04:46:08.338002157 -0700 +++ new/src/share/classes/javax/management/remote/JMXConnectorServerFactory.java 2014-04-01 04:46:08.198001204 -0700 @@ -125,7 +125,7 @@ * MalformedURLException if there is none. An * implementation may choose to find providers by other means. For * example, it may support the + * href="{@docRoot}/../technotes/guides/jar/jar.html#Service%20Provider"> * JAR conventions for service providers, where the service * interface is JMXConnectorServerProvider.

* --- old/src/share/classes/javax/management/remote/JMXPrincipal.java 2014-04-01 04:46:08.812005384 -0700 +++ new/src/share/classes/javax/management/remote/JMXPrincipal.java 2014-04-01 04:46:08.672004431 -0700 @@ -59,7 +59,7 @@ private String name; /** - *

Creates a JMXPrincipal for a given identity.

+ *

Creates a JMXPrincipal for a given identity. * * @param name the JMX Remote API name for this identity. * @@ -74,8 +74,6 @@ /** * Returns the name of this principal. * - *

- * * @return the name of this JMXPrincipal. */ public String getName() { @@ -85,8 +83,6 @@ /** * Returns a string representation of this JMXPrincipal. * - *

- * * @return a string representation of this JMXPrincipal. */ public String toString() { @@ -99,8 +95,6 @@ * JMXPrincipal and the two JMXPrincipals * have the same name. * - *

- * * @param o Object to be compared for equality with this * JMXPrincipal. * @@ -124,8 +118,6 @@ /** * Returns a hash code for this JMXPrincipal. * - *

- * * @return a hash code for this JMXPrincipal. */ public int hashCode() { --- old/src/share/classes/javax/management/remote/package.html 2014-04-01 04:46:09.294008667 -0700 +++ new/src/share/classes/javax/management/remote/package.html 2014-04-01 04:46:09.147007666 -0700 @@ -60,7 +60,7 @@

  • User-defined connector protocols are also possible using the {@link javax.management.remote.JMXConnectorFactory JMXConnectorFactory} and, optionally, the Generic Connector - (not part of this bundle, see note below).

    + (not part of this bundle, see note below).

    Note: the optional packages implementing --- old/src/share/classes/javax/management/remote/rmi/package.html 2014-04-01 04:46:09.753011792 -0700 +++ new/src/share/classes/javax/management/remote/rmi/package.html 2014-04-01 04:46:09.612010832 -0700 @@ -240,7 +240,7 @@ that the RMI registry only allows registration from the local host. So, in this case, myhost must be the name (or a name) of the host that the connector server is running - on.

    + on.

    In this JMXServiceURL, the first rmi: specifies the RMI @@ -262,7 +262,7 @@

  • which means entry cn=this,ou=that in the LDAP - directory running on port 9999 of host dirhost.

    + directory running on port 9999 of host dirhost.

    If the JMXServiceURL is: @@ -280,7 +280,7 @@ For this case to work, the JNDI API must have been configured appropriately to supply the information about what directory to - use.

    + use.

    In these examples, the host name ignoredhost is not used by the connector server or its clients. It can be