diff options
Diffstat (limited to 'libjava/java/awt/Polygon.java')
-rw-r--r-- | libjava/java/awt/Polygon.java | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libjava/java/awt/Polygon.java b/libjava/java/awt/Polygon.java index 4b89bd6..4b1eda8 100644 --- a/libjava/java/awt/Polygon.java +++ b/libjava/java/awt/Polygon.java @@ -1,5 +1,5 @@ /* Polygon.java -- class representing a polygon - Copyright (C) 1999, 2002, 2004 Free Software Foundation, Inc. + Copyright (C) 1999, 2002, 2004, 2005 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -57,8 +57,8 @@ import java.io.Serializable; * ArrayIndexOutOfBoundsException, or invalid results. Also, this class is * not threadsafe. * - * @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) * @since 1.0 * @status updated to 1.4 */ |