7054669: javadoc warnings from java.awt.Toolkit
authordarcy
Tue, 14 Jun 2011 12:31:31 -0700
changeset 10050 1ce86f81cb71
parent 10049 f3eb0df61c12
child 10051 b96a8c7fefef
7054669: javadoc warnings from java.awt.Toolkit Reviewed-by: anthony
jdk/src/share/classes/java/awt/Toolkit.java
--- a/jdk/src/share/classes/java/awt/Toolkit.java	Tue Jun 14 18:05:42 2011 +0100
+++ b/jdk/src/share/classes/java/awt/Toolkit.java	Tue Jun 14 12:31:31 2011 -0700
@@ -1856,9 +1856,11 @@
     }
 
     /**
-     * Adds the specified property change listener for the named desktop
-     * property. When a {@link PropertyChangeListenerProxy} object is added,
-     * its property name is ignored, and the wrapped listener is added.
+     * Adds the specified property change listener for the named
+     * desktop property. When a {@link
+     * java.beans.PropertyChangeListenerProxy
+     * PropertyChangeListenerProxy} object is added, its property name
+     * is ignored, and the wrapped listener is added.
      * If {@code name} is {@code null} or {@code pcl} is {@code null},
      * no exception is thrown and no action is performed.
      *
@@ -1874,9 +1876,10 @@
 
     /**
      * Removes the specified property change listener for the named
-     * desktop property. When a {@link PropertyChangeListenerProxy} object
-     * is removed, its property name is ignored, and
-     * the wrapped listener is removed.
+     * desktop property. When a {@link
+     * java.beans.PropertyChangeListenerProxy
+     * PropertyChangeListenerProxy} object is removed, its property
+     * name is ignored, and the wrapped listener is removed.
      * If {@code name} is {@code null} or {@code pcl} is {@code null},
      * no exception is thrown and no action is performed.
      *
@@ -1896,7 +1899,7 @@
      * contains {@code PropertyChangeListenerProxy} objects
      * that associate listeners with the names of desktop properties.
      *
-     * @return all of this toolkit's {@ code PropertyChangeListener}
+     * @return all of this toolkit's {@code PropertyChangeListener}
      *         objects wrapped in {@code PropertyChangeListenerProxy} objects
      *         or an empty array  if no listeners are added
      *