summaryrefslogtreecommitdiffstats
path: root/libjava/java/awt/geom/Arc2D.java
diff options
context:
space:
mode:
Diffstat (limited to 'libjava/java/awt/geom/Arc2D.java')
-rw-r--r--libjava/java/awt/geom/Arc2D.java5
1 files changed, 3 insertions, 2 deletions
diff --git a/libjava/java/awt/geom/Arc2D.java b/libjava/java/awt/geom/Arc2D.java
index 5ce3b08e82f..2cdc17080db 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.
OpenPOWER on IntegriCloud