mirror of
https://github.com/openjdk/jdk.git
synced 2026-03-01 03:30:34 +00:00
8177549: Typo in Vector.java
Reviewed-by: coffeys
This commit is contained in:
parent
6abc68f102
commit
f9a6374fdb
@ -154,7 +154,7 @@ public class Vector<E>
|
||||
|
||||
/**
|
||||
* Constructs an empty vector so that its internal data array
|
||||
* has size {@code 10} and its standard capacBasity increment is
|
||||
* has size {@code 10} and its standard capacity increment is
|
||||
* zero.
|
||||
*/
|
||||
public Vector() {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user