aboutsummaryrefslogtreecommitdiff
path: root/libjava/java/awt/geom/Arc2D.java
diff options
context:
space:
mode:
authorMichael Koch <konqueror@gmx.de>2004-05-30 13:31:33 +0000
committerMichael Koch <mkoch@gcc.gnu.org>2004-05-30 13:31:33 +0000
commit27d14326c700db52c1cbc2b61e1875165aac78d4 (patch)
tree05abb5eb31580e7f805386fbad8d2121c586aeee /libjava/java/awt/geom/Arc2D.java
parent933592af7905835bbb668598ec3cab92eef32163 (diff)
downloadgcc-27d14326c700db52c1cbc2b61e1875165aac78d4.zip
gcc-27d14326c700db52c1cbc2b61e1875165aac78d4.tar.gz
gcc-27d14326c700db52c1cbc2b61e1875165aac78d4.tar.bz2
MPN.java, Arc2D.java: Fixed javadocs all over.
2004-05-30 Michael Koch <konqueror@gmx.de> * gnu/java/math/MPN.java, java/awt/geom/Arc2D.java: Fixed javadocs all over. From-SVN: r82446
Diffstat (limited to 'libjava/java/awt/geom/Arc2D.java')
-rw-r--r--libjava/java/awt/geom/Arc2D.java8
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