Fix comments for doclets

From-SVN: r38754
This commit is contained in:
Anthony Green
2001-01-06 23:28:40 +00:00
committed by Anthony Green
parent a7c5235271
commit 0e2e89fd2e
8 changed files with 29 additions and 14 deletions
+2 -2
View File
@@ -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.<P>
**
** When a property is bound, its set method is required to fire the
** <CODE>PropertyChangeListener.propertyChange())</CODE event
** <CODE>PropertyChangeListener.propertyChange())</CODE> event
** after the value has changed.
** @param bound whether the property is bound or not.
**/