< prev index next >

src/java.desktop/share/classes/javax/sound/sampled/BooleanControl.java

Print this page

        

*** 119,129 **** } /** * Provides a string representation of the control. * ! * @return a string description */ @Override public String toString() { return new String(super.toString() + " with current value: " + getStateLabel(getValue())); } --- 119,129 ---- } /** * Provides a string representation of the control. * ! * @return a string representation of the control */ @Override public String toString() { return new String(super.toString() + " with current value: " + getStateLabel(getValue())); }
< prev index next >