From 0e2e89fd2e117555f71be7a28e41f5f7663c3395 Mon Sep 17 00:00:00 2001 From: Anthony Green Date: Sat, 6 Jan 2001 23:28:40 +0000 Subject: Fix comments for doclets From-SVN: r38754 --- libjava/java/beans/PropertyDescriptor.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libjava/java/beans/PropertyDescriptor.java') diff --git a/libjava/java/beans/PropertyDescriptor.java b/libjava/java/beans/PropertyDescriptor.java index ec1431273eb..ed5b8c28102 100644 --- a/libjava/java/beans/PropertyDescriptor.java +++ b/libjava/java/beans/PropertyDescriptor.java @@ -1,5 +1,5 @@ /* java.beans.PropertyDescriptor - Copyright (C) 1998 Free Software Foundation, Inc. + Copyright (C) 1998, 2001 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -208,7 +208,7 @@ public class PropertyDescriptor extends FeatureDescriptor { ** will be undefined.

** ** When a property is bound, its set method is required to fire the - ** PropertyChangeListener.propertyChange())PropertyChangeListener.propertyChange()) event ** after the value has changed. ** @param bound whether the property is bound or not. **/ -- cgit v1.2.3