-
Bug
-
Resolution: Fixed
-
P4
-
1.4.2
-
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".
======================================================================