From 49109b9d2b6f4e96f90ad0bceedf1187bac2e908 Mon Sep 17 00:00:00 2001 From: Alexander Scherbatiy Date: Wed, 29 Oct 2014 01:48:54 +0400 Subject: [PATCH] 8061592: wrong javadoc parameters for firePropertyChange() Reviewed-by: azvegint --- jdk/src/java.desktop/share/classes/java/awt/Component.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jdk/src/java.desktop/share/classes/java/awt/Component.java b/jdk/src/java.desktop/share/classes/java/awt/Component.java index cfc6d24e157..95e5d094b01 100644 --- a/jdk/src/java.desktop/share/classes/java/awt/Component.java +++ b/jdk/src/java.desktop/share/classes/java/awt/Component.java @@ -8607,7 +8607,7 @@ public abstract class Component implements ImageObserver, MenuContainer, * @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