--- 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() {