diff options
Diffstat (limited to 'libjava/java/awt/Adjustable.java')
-rw-r--r-- | libjava/java/awt/Adjustable.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libjava/java/awt/Adjustable.java b/libjava/java/awt/Adjustable.java index 815c77ca936..053ddd1c1e3 100644 --- a/libjava/java/awt/Adjustable.java +++ b/libjava/java/awt/Adjustable.java @@ -1,5 +1,5 @@ /* Adjustable.java -- Objects with a numeric adjustment scale - 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.awt.event.AdjustmentListener; * This interface is for objects that take a numeric value that can be * adjusted within a bounded range. For example, a scroll bar. * - * @author Aaron M. Renn <arenn@urbanophile.com> + * @author Aaron M. Renn (arenn@urbanophile.com) * @since 1.0 * @status updated to 1.4 */ |