6238123: Typos at Serialized Form javadoc for java.awt.Polygon
Reviewed-by: prr, pnarayanan
--- a/src/java.desktop/share/classes/java/awt/Polygon.java Fri Sep 22 17:36:55 2017 -0700
+++ b/src/java.desktop/share/classes/java/awt/Polygon.java Fri Sep 22 18:20:18 2017 -0700
@@ -62,7 +62,7 @@
* 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)