mirror of
https://github.com/openjdk/jdk.git
synced 2026-02-13 11:55:38 +00:00
8061592: wrong javadoc parameters for firePropertyChange()
Reviewed-by: azvegint
This commit is contained in:
parent
71ae76123c
commit
49109b9d2b
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user