mirror of
https://github.com/openjdk/jdk.git
synced 2026-05-04 02:35:33 +00:00
6238123: Typos at Serialized Form javadoc for java.awt.Polygon
Reviewed-by: prr, pnarayanan
This commit is contained in:
parent
e5566ace66
commit
1b2b0e8cb9
@ -62,7 +62,7 @@ public class Polygon implements Shape, java.io.Serializable {
|
||||
* represents the number of valid points in this {@code Polygon}
|
||||
* and might be less than the number of elements in
|
||||
* {@link #xpoints xpoints} or {@link #ypoints ypoints}.
|
||||
* This value can be NULL.
|
||||
* This value can be 0.
|
||||
*
|
||||
* @serial
|
||||
* @see #addPoint(int, int)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user