From 866212e722f02a0cf3e91bd3a40b1ea48cebe1d5 Mon Sep 17 00:00:00 2001 From: Michael Koch Date: Wed, 17 Nov 2004 08:17:20 +0000 Subject: Beans.java, [...]: Fixed javadocs. 2004-11-17 Michael Koch * java/beans/Beans.java, java/beans/PropertyChangeEvent.java, java/beans/PropertyEditorSupport.java: Fixed javadocs. From-SVN: r90799 --- libjava/java/beans/Beans.java | 2 +- libjava/java/beans/PropertyChangeEvent.java | 4 ++-- libjava/java/beans/PropertyEditorSupport.java | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) (limited to 'libjava/java') diff --git a/libjava/java/beans/Beans.java b/libjava/java/beans/Beans.java index 96813d3..762e4d5 100644 --- a/libjava/java/beans/Beans.java +++ b/libjava/java/beans/Beans.java @@ -204,7 +204,7 @@ public class Beans * Objects. * * @param bean the Bean to cast. - * @param newClass the Class to cast it to. + * @param newBeanClass the Class to cast it to. * * @return whether the Bean can be cast to the class type * in question. 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, diff --git a/libjava/java/beans/PropertyEditorSupport.java b/libjava/java/beans/PropertyEditorSupport.java index 218cf63..2ea9aaa 100644 --- a/libjava/java/beans/PropertyEditorSupport.java +++ b/libjava/java/beans/PropertyEditorSupport.java @@ -68,7 +68,7 @@ public class PropertyEditorSupport implements PropertyEditor * instance itself. * * @since 1.5 - * @status this was protected prior to 1.5 + * @specnote this was protected prior to 1.5 */ public PropertyEditorSupport() { @@ -85,7 +85,7 @@ public class PropertyEditorSupport implements PropertyEditor * @param source The source to use when firing * property change events. * @since 1.5 - * @status this was protected prior to 1.5 + * @specnote this was protected prior to 1.5 */ public PropertyEditorSupport(Object source) { -- cgit v1.1