diff options
Diffstat (limited to 'libjava/java/awt/geom/RectangularShape.java')
-rw-r--r-- | libjava/java/awt/geom/RectangularShape.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libjava/java/awt/geom/RectangularShape.java b/libjava/java/awt/geom/RectangularShape.java index 1801e80339d..78e393eafcb 100644 --- a/libjava/java/awt/geom/RectangularShape.java +++ b/libjava/java/awt/geom/RectangularShape.java @@ -354,7 +354,7 @@ public abstract class RectangularShape implements Shape, Cloneable * threadsafe if and only if the iterator returned by * {@link #getPathIterator(AffineTransform)} is as well. * - * @param transform an optional transform to apply to the iterator + * @param at an optional transform to apply to the iterator * @param flatness the desired flatness * @return a new iterator over the boundary * @throws IllegalArgumentException if flatness is invalid |