src/share/classes/java/awt/KeyboardFocusManager.java

Print this page

        

@@ -1457,10 +1457,12 @@
 
     /**
      * Returns an array of all the <code>PropertyChangeListener</code>s
      * associated with the named property.
      *
+     * @param  propertyName  the property name
+     *
      * @return all of the <code>PropertyChangeListener</code>s associated with
      *         the named property or an empty array if no such listeners have
      *         been added.
      *
      * @see #addPropertyChangeListener(java.lang.String,java.beans.PropertyChangeListener)

@@ -1626,10 +1628,11 @@
 
     /**
      * Returns an array of all the <code>VetoableChangeListener</code>s
      * associated with the named property.
      *
+     * @param  propertyName  the property name
      * @return all of the <code>VetoableChangeListener</code>s associated with
      *         the named property or an empty array if no such listeners have
      *         been added.
      *
      * @see #addVetoableChangeListener(java.lang.String,java.beans.VetoableChangeListener)