We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 324bec1 commit e3a5a34Copy full SHA for e3a5a34
src/java.desktop/share/classes/sun/awt/geom/Edge.java
@@ -1,5 +1,5 @@
1
/*
2
- * Copyright (c) 1998, 2018, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 1998, 2022, Oracle and/or its affiliates. All rights reserved.
3
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4
*
5
* This code is free software; you can redistribute it and/or modify it
@@ -26,8 +26,6 @@
26
package sun.awt.geom;
27
28
final class Edge {
29
- static final int INIT_PARTS = 4;
30
- static final int GROW_PARTS = 10;
31
32
Curve curve;
33
int ctag;
0 commit comments