-
Bug
-
Resolution: Fixed
-
P4
-
1.4.0
-
beta
-
generic
-
generic
Name: abR10010 Date: 01/27/2002
The specification for the toString() method of the Control.Type class from the
javax.sound.sampled package says:
"
public final String toString()
Provides the String representation of the control type.
This String is the same name that was passed to the constructor.
Overrides:
toString in class Object
Returns:
the encoding name
"
It seems that the following phrase:
"Returns: the encoding name"
should be changed to something like:
"Returns: the control type name"
======================================================================