--- old/src/share/classes/javax/management/modelmbean/ModelMBeanNotificationBroadcaster.java 2014-04-01 07:25:40.542378342 -0700 +++ new/src/share/classes/javax/management/modelmbean/ModelMBeanNotificationBroadcaster.java 2014-04-01 07:25:40.404377453 -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 *