8061592: wrong javadoc parameters for firePropertyChange()
authoralexsch
Wed, 29 Oct 2014 01:48:54 +0400
changeset 27502 4a8eca9c6f19
parent 27501 270a993c1881
child 27503 b75a635f1ff3
8061592: wrong javadoc parameters for firePropertyChange() Reviewed-by: azvegint
jdk/src/java.desktop/share/classes/java/awt/Component.java
--- a/jdk/src/java.desktop/share/classes/java/awt/Component.java	Fri Oct 24 11:41:08 2014 +0400
+++ b/jdk/src/java.desktop/share/classes/java/awt/Component.java	Wed Oct 29 01:48:54 2014 +0400
@@ -8607,7 +8607,7 @@
      * @param propertyName the programmatic name of the property
      *          that was changed
      * @param oldValue the old value of the property (as a short)
-     * @param newValue the old value of the property (as a short)
+     * @param newValue the new value of the property (as a short)
      * @see #firePropertyChange(java.lang.String, java.lang.Object,
      *          java.lang.Object)
      * @since 1.5