-
Bug
-
Resolution: Fixed
-
P5
-
5.0
-
b29
-
generic
-
generic
Filed by : JCK Team
JDK : 1.5.0-b64
Platform[s] : ALL
Problem descripiton:
-------------------
Serialized Form javadoc for java.awt.Polygon has typos:
"...
Serialized Fields
npoints
int npoints
The total number of points. The value of npoints represents
the number of valid points in this Polygon and might be less than
the number of elements in xpoints or ypoints.
This value can be NULL.
^^^^
..."
Actually, there should be "This value can be 0."
###@###.### 2005-03-09 13:20:19 GMT
JDK : 1.5.0-b64
Platform[s] : ALL
Problem descripiton:
-------------------
Serialized Form javadoc for java.awt.Polygon has typos:
"...
Serialized Fields
npoints
int npoints
The total number of points. The value of npoints represents
the number of valid points in this Polygon and might be less than
the number of elements in xpoints or ypoints.
This value can be NULL.
^^^^
..."
Actually, there should be "This value can be 0."
###@###.### 2005-03-09 13:20:19 GMT