6238123: Typos at Serialized Form javadoc for java.awt.Polygon

Reviewed-by: prr, pnarayanan
This commit is contained in:
Sergey Bylokhov 2017-09-22 18:20:18 -07:00
parent e5566ace66
commit 1b2b0e8cb9

View file

@ -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)