Beans.java, [...]: Fixed javadocs.
2004-11-17 Michael Koch <konqueror@gmx.de> * java/beans/Beans.java, java/beans/PropertyChangeEvent.java, java/beans/PropertyEditorSupport.java: Fixed javadocs. From-SVN: r90799
This commit is contained in:
parent
2cc07ffcf1
commit
866212e722
4 changed files with 12 additions and 5 deletions
|
@ -105,8 +105,8 @@ public class PropertyChangeEvent extends EventObject
|
|||
*
|
||||
* @param source the Bean containing the property
|
||||
* @param propertyName the property's name
|
||||
* @param oldValue the old value of the property
|
||||
* @param newValue the new value of the property
|
||||
* @param oldVal the old value of the property
|
||||
* @param newVal the new value of the property
|
||||
* @throws IllegalArgumentException if source is null
|
||||
*/
|
||||
public PropertyChangeEvent(Object source, String propertyName,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue