aboutsummaryrefslogtreecommitdiff
path: root/libjava/java/beans/PropertyChangeEvent.java
diff options
context:
space:
mode:
authorMichael Koch <konqueror@gmx.de>2004-11-17 08:17:20 +0000
committerMichael Koch <mkoch@gcc.gnu.org>2004-11-17 08:17:20 +0000
commit866212e722f02a0cf3e91bd3a40b1ea48cebe1d5 (patch)
tree463d4d85dafbbb1b2f3d8b5b1dbaf7d9eb76fd30 /libjava/java/beans/PropertyChangeEvent.java
parent2cc07ffcf19b0caa095f3467eb5f7c0200c494c4 (diff)
downloadgcc-866212e722f02a0cf3e91bd3a40b1ea48cebe1d5.zip
gcc-866212e722f02a0cf3e91bd3a40b1ea48cebe1d5.tar.gz
gcc-866212e722f02a0cf3e91bd3a40b1ea48cebe1d5.tar.bz2
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
Diffstat (limited to 'libjava/java/beans/PropertyChangeEvent.java')
-rw-r--r--libjava/java/beans/PropertyChangeEvent.java4
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,