diff options
Diffstat (limited to 'java/awt/Rectangle.java')
-rw-r--r-- | java/awt/Rectangle.java | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/java/awt/Rectangle.java b/java/awt/Rectangle.java index 66190960a..df7cbbe6d 100644 --- a/java/awt/Rectangle.java +++ b/java/awt/Rectangle.java @@ -57,9 +57,9 @@ import java.io.Serializable; * ArrayIndexOutOfBoundsException, or invalid results. Also, this class is * not threadsafe. * - * @author Warren Levy <warrenl@cygnus.com> - * @author Aaron M. Renn <arenn@urbanophile.com> - * @author Eric Blake <ebb9@email.byu.edu> + * @author Warren Levy (warrenl@cygnus.com) + * @author Aaron M. Renn (arenn@urbanophile.com) + * @author Eric Blake (ebb9@email.byu.edu) * @since 1.0 * @status updated to 1.4 */ |