diff options
Diffstat (limited to 'libjava/classpath/java/beans/PropertyChangeSupport.java')
-rw-r--r-- | libjava/classpath/java/beans/PropertyChangeSupport.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libjava/classpath/java/beans/PropertyChangeSupport.java b/libjava/classpath/java/beans/PropertyChangeSupport.java index ecadb14..3f3f53d 100644 --- a/libjava/classpath/java/beans/PropertyChangeSupport.java +++ b/libjava/classpath/java/beans/PropertyChangeSupport.java @@ -404,7 +404,7 @@ public class PropertyChangeSupport implements Serializable /** * Fire an indexed property change event. This will only fire - * an event if the old and new values are not equal and not null. + * an event if the old and new values are not equal and not null. * @param name the name of the property which changed * @param index the index of the property which changed * @param oldValue the old value of the property |