aboutsummaryrefslogtreecommitdiff
path: root/libjava/java/beans
diff options
context:
space:
mode:
authorAnthony Green <green@redhat.com>2001-01-06 23:28:40 +0000
committerAnthony Green <green@gcc.gnu.org>2001-01-06 23:28:40 +0000
commit0e2e89fd2e117555f71be7a28e41f5f7663c3395 (patch)
tree0941167f6a15cc7309347da34644f836f6ad051a /libjava/java/beans
parenta7c523527123600f9628305940023031af8ece90 (diff)
downloadgcc-0e2e89fd2e117555f71be7a28e41f5f7663c3395.zip
gcc-0e2e89fd2e117555f71be7a28e41f5f7663c3395.tar.gz
gcc-0e2e89fd2e117555f71be7a28e41f5f7663c3395.tar.bz2
Fix comments for doclets
From-SVN: r38754
Diffstat (limited to 'libjava/java/beans')
-rw-r--r--libjava/java/beans/PropertyDescriptor.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/libjava/java/beans/PropertyDescriptor.java b/libjava/java/beans/PropertyDescriptor.java
index ec14312..ed5b8c2 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.<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.
**/