-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P4
-
Affects Version/s: 1.4.2
-
Component/s: client-libs
-
b12
-
generic
-
generic
Name: dkR10031 Date: 12/17/2002
The J2SE 1.4 API specification contains a typo in description
of javax.sound.sampled.AudioInputStream.AudioInputStream(TargetDataLine):
"AudioInputStream
public AudioInputStream(TargetDataLine line)
...............
target data lin, and the length is AudioSystem#NOT_SPECIFIED.
..............."
Here "lin" should be "line".
======================================================================