mirror of
https://github.com/openjdk/jdk.git
synced 2026-04-05 04:31:36 +00:00
6522514: Extending Arc2D.Double and serializing the object causes InvalidClassException
Reviewed-by: prr
This commit is contained in:
parent
e8ad64314e
commit
6b348af4c0
@ -681,7 +681,7 @@ public abstract class Arc2D extends RectangularShape {
|
||||
* @see java.awt.geom.Arc2D.Float
|
||||
* @see java.awt.geom.Arc2D.Double
|
||||
*/
|
||||
Arc2D() {
|
||||
protected Arc2D() {
|
||||
this(OPEN);
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user