-
Bug
-
Resolution: Duplicate
-
P4
-
None
-
5.0
-
x86
-
linux
FULL PRODUCT VERSION :
A DESCRIPTION OF THE PROBLEM :
A typo in the Vector's insertElementAt method description
Current:
...
This method is identical in functionality to the add(Object, int)
...
Should be:
...
This method is identical in functionality to the add(int, Object)
...
REPRODUCIBILITY :
This bug can be reproduced always.
A DESCRIPTION OF THE PROBLEM :
A typo in the Vector's insertElementAt method description
Current:
...
This method is identical in functionality to the add(Object, int)
...
Should be:
...
This method is identical in functionality to the add(int, Object)
...
REPRODUCIBILITY :
This bug can be reproduced always.
- duplicates
-
JDK-6421995 (coll) Minor doc fixes
-
- Resolved
-
- relates to
-
JDK-4200351 Vector.add() & insertElementAt() documentation bug
-
- Closed
-