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