diff options
Diffstat (limited to 'libjava/java/awt/Point.java')
-rw-r--r-- | libjava/java/awt/Point.java | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libjava/java/awt/Point.java b/libjava/java/awt/Point.java index 3731b41..48f5e33 100644 --- a/libjava/java/awt/Point.java +++ b/libjava/java/awt/Point.java @@ -50,9 +50,9 @@ import java.io.Serializable; * manner, it is your own fault when you get invalid results. Also, this * class is not threadsafe. * - * @author Per Bothner <bothner@cygnus.com> - * @author Aaron M. Renn <arenn@urbanophile.com> - * @author Eric Blake <ebb9@email.byu.edu> + * @author Per Bothner (bothner@cygnus.com) + * @author Aaron M. Renn (arenn@urbanophile.com) + * @author Eric Blake (ebb9@email.byu.edu) * @since 1.0 * @status updated to 1.4 */ |