Skip to content

Commit e3a5a34

Browse files
author
Andrey Turbanov
committedOct 26, 2022
8295767: Remove unused fields in sun.awt.geom.Edge
Reviewed-by: prr
1 parent 324bec1 commit e3a5a34

File tree

1 file changed

+1
-3
lines changed
  • src/java.desktop/share/classes/sun/awt/geom

1 file changed

+1
-3
lines changed
 

‎src/java.desktop/share/classes/sun/awt/geom/Edge.java

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 1998, 2018, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 1998, 2022, Oracle and/or its affiliates. All rights reserved.
33
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44
*
55
* This code is free software; you can redistribute it and/or modify it
@@ -26,8 +26,6 @@
2626
package sun.awt.geom;
2727

2828
final class Edge {
29-
static final int INIT_PARTS = 4;
30-
static final int GROW_PARTS = 10;
3129

3230
Curve curve;
3331
int ctag;

0 commit comments

Comments
 (0)
Please sign in to comment.