Name: bsC130419 Date: 06/27/2001
java version "1.3.1"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.1-b24)
Java HotSpot(TM) Client VM (build 1.3.1-b24, mixed mode)
(problem is in the generated javadocs though)
The method
java.util.Vector.toArray( Object )
is missing a @since 1.2 tag, probably because it inherits the javadoc from an
interface. Its fellow method :
java.util.Vector.toArray( )
has the tag.
(Review ID: 126077)
======================================================================