aboutsummaryrefslogtreecommitdiff
path: root/libjava/java/awt/event/TextListener.java
diff options
context:
space:
mode:
Diffstat (limited to 'libjava/java/awt/event/TextListener.java')
-rw-r--r--libjava/java/awt/event/TextListener.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/libjava/java/awt/event/TextListener.java b/libjava/java/awt/event/TextListener.java
index efdd103d509..f764783510c 100644
--- a/libjava/java/awt/event/TextListener.java
+++ b/libjava/java/awt/event/TextListener.java
@@ -1,5 +1,5 @@
/* TextListener.java -- listen for text changes
- Copyright (C) 1999, 2002 Free Software Foundation, Inc.
+ Copyright (C) 1999, 2002, 2005 Free Software Foundation, Inc.
This file is part of GNU Classpath.
@@ -44,7 +44,7 @@ import java.util.EventListener;
* This interface is for classes that wish to be notified when text changes
* in a component.
*
- * @author Aaron M. Renn <arenn@urbanophile.com>
+ * @author Aaron M. Renn (arenn@urbanophile.com)
* @see TextEvent
* @since 1.1
* @status updated to 1.4