mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-18 10:04:42 +02:00
6238123: Typos at Serialized Form javadoc for java.awt.Polygon
Reviewed-by: prr, pnarayanan
This commit is contained in:
parent
e5566ace66
commit
1b2b0e8cb9
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ public class Polygon implements Shape, java.io.Serializable {
|
||||||
* represents the number of valid points in this {@code Polygon}
|
* represents the number of valid points in this {@code Polygon}
|
||||||
* and might be less than the number of elements in
|
* and might be less than the number of elements in
|
||||||
* {@link #xpoints xpoints} or {@link #ypoints ypoints}.
|
* {@link #xpoints xpoints} or {@link #ypoints ypoints}.
|
||||||
* This value can be NULL.
|
* This value can be 0.
|
||||||
*
|
*
|
||||||
* @serial
|
* @serial
|
||||||
* @see #addPoint(int, int)
|
* @see #addPoint(int, int)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue