From 973ff22ddc2ceef9d9c7cb02f0edf891d86ffb27 Mon Sep 17 00:00:00 2001 From: mkoch Date: Wed, 17 Nov 2004 08:17:20 +0000 Subject: 2004-11-17 Michael Koch * java/beans/Beans.java, java/beans/PropertyChangeEvent.java, java/beans/PropertyEditorSupport.java: Fixed javadocs. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@90799 138bc75d-0d04-0410-961f-82ee72b054a4 --- libjava/java/beans/PropertyChangeEvent.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libjava/java/beans/PropertyChangeEvent.java') diff --git a/libjava/java/beans/PropertyChangeEvent.java b/libjava/java/beans/PropertyChangeEvent.java index 83ca681ce13..418f92f8bb8 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, -- cgit v1.2.1