diff options
Diffstat (limited to 'libjava/java')
-rw-r--r-- | libjava/java/awt/geom/Arc2D.java | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/libjava/java/awt/geom/Arc2D.java b/libjava/java/awt/geom/Arc2D.java index 2eb9650..64d8165 100644 --- a/libjava/java/awt/geom/Arc2D.java +++ b/libjava/java/awt/geom/Arc2D.java @@ -50,7 +50,7 @@ import java.util.NoSuchElementException; * and while the angle can be any value, the path iterator only traverses the * first 360 degrees. Storage is up to the subclasses. * - * @author Eric Blake <ebb9@email.byu.edu> + * @author Eric Blake (ebb9@email.byu.edu) * @since 1.2 * @status updated to 1.4, but still missing functionality */ @@ -527,7 +527,7 @@ public abstract class Arc2D extends RectangularShape * This class is used to iterate over an arc. Since ellipses are a subclass * of arcs, this is used by Ellipse2D as well. * - * @author Eric Blake <ebb9@email.byu.edu> + * @author Eric Blake (ebb9@email.byu.edu) */ static final class ArcIterator implements PathIterator { @@ -766,7 +766,7 @@ public abstract class Arc2D extends RectangularShape /** * This class implements an arc in double precision. * - * @author Eric Blake <ebb9@email.byu.edu + * @author Eric Blake (ebb9@email.byu.edu) * @since 1.2 */ public static class Double extends Arc2D @@ -985,7 +985,7 @@ public abstract class Arc2D extends RectangularShape /** * This class implements an arc in float precision. * - * @author Eric Blake <ebb9@email.byu.edu + * @author Eric Blake (ebb9@email.byu.edu) * @since 1.2 */ public static class Float extends Arc2D |