diff options
Diffstat (limited to 'libjava/java/awt/geom/Arc2D.java')
-rw-r--r-- | libjava/java/awt/geom/Arc2D.java | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/libjava/java/awt/geom/Arc2D.java b/libjava/java/awt/geom/Arc2D.java index 5ce3b08..2cdc170 100644 --- a/libjava/java/awt/geom/Arc2D.java +++ b/libjava/java/awt/geom/Arc2D.java @@ -73,8 +73,9 @@ public abstract class Arc2D extends RectangularShape */ public static final int PIE = 2; - /** The closure type of this arc. */ - private int type; + /** The closure type of this arc. This is package-private to avoid an + * accessor method. */ + int type; /** * Create a new arc, with the specified closure type. |