diff options
Diffstat (limited to 'java/awt/Panel.java')
-rw-r--r-- | java/awt/Panel.java | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/java/awt/Panel.java b/java/awt/Panel.java index e66db99fd..1795540ea 100644 --- a/java/awt/Panel.java +++ b/java/awt/Panel.java @@ -1,5 +1,5 @@ /* Panel.java -- Simple container object - Copyright (C) 1999, 2002 Free Software Foundation, Inc. + Copyright (C) 1999, 2002, 2004 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -46,8 +46,8 @@ import javax.accessibility.AccessibleRole; * A panel is a simple container class. It's default layout is the * <code>FlowLayout</code> manager. * - * @author Aaron M. Renn <arenn@urbanophile.com> - * @author Eric Blake <ebb9@email.byu.edu> + * @author Aaron M. Renn (arenn@urbanophile.com) + * @author Eric Blake (ebb9@email.byu.edu) * @see FlowLayout * @since 1.0 * @status updated to 1.4 |