diff options
Diffstat (limited to 'libjava/classpath/java/awt/geom/Ellipse2D.java')
-rw-r--r-- | libjava/classpath/java/awt/geom/Ellipse2D.java | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libjava/classpath/java/awt/geom/Ellipse2D.java b/libjava/classpath/java/awt/geom/Ellipse2D.java index e8830770f60..3bbf2f0104b 100644 --- a/libjava/classpath/java/awt/geom/Ellipse2D.java +++ b/libjava/classpath/java/awt/geom/Ellipse2D.java @@ -101,7 +101,7 @@ public abstract class Ellipse2D extends RectangularShape * Note: An ellipse cannot be represented exactly in PathIterator * segments, the outline is thefore approximated with cubic * Bezier segments. - * + * * @param at an optional transform. * @return A path iterator. */ @@ -242,7 +242,7 @@ public abstract class Ellipse2D extends RectangularShape /** * Returns <code>true</code> if the ellipse encloses no area, and * <code>false</code> otherwise. - * + * * @return A boolean. */ public boolean isEmpty() @@ -368,7 +368,7 @@ public abstract class Ellipse2D extends RectangularShape /** * Returns <code>true</code> if the ellipse encloses no area, and * <code>false</code> otherwise. - * + * * @return A boolean. */ public boolean isEmpty() |