Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2018255 | 1.2.0 | Alan Sommerer | P3 | Resolved | Fixed | 1.2beta3 |
Name: diC59631 Date: 12/09/97
See http://www.javasoft.com/products/jdk/1.1/docs/api/java.util.Vector.html#capacityIncrement .
For capacityIncrement, it says:
If the capacity is 0, the capacity of the
vector is doubled each time it needs to grow.
I don't think doubling zero would get us anywhere.
Apparently, that should read as:
If the capacity increment is 0, the capacity of
the vector is doubled each time it needs to
grow.
(Review ID: 21573)
======================================================================
- backported by
-
JDK-2018255 documentation: typo in Vector.capacityIncrement description
-
- Resolved
-