diff options
Diffstat (limited to 'libjava/java/beans/PropertyChangeEvent.java')
-rw-r--r-- | libjava/java/beans/PropertyChangeEvent.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libjava/java/beans/PropertyChangeEvent.java b/libjava/java/beans/PropertyChangeEvent.java index 83ca681..418f92f 100644 --- a/libjava/java/beans/PropertyChangeEvent.java +++ b/libjava/java/beans/PropertyChangeEvent.java @@ -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, |