--- 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.