--- old/src/share/classes/java/awt/KeyboardFocusManager.java 2014-06-03 19:46:56.000000000 +0400 +++ new/src/share/classes/java/awt/KeyboardFocusManager.java 2014-06-03 19:46:56.000000000 +0400 @@ -1459,6 +1459,8 @@ * Returns an array of all the PropertyChangeListeners * associated with the named property. * + * @param propertyName the property name + * * @return all of the PropertyChangeListeners associated with * the named property or an empty array if no such listeners have * been added. @@ -1628,6 +1630,7 @@ * Returns an array of all the VetoableChangeListeners * associated with the named property. * + * @param propertyName the property name * @return all of the VetoableChangeListeners associated with * the named property or an empty array if no such listeners have * been added.