< prev index next >

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

Print this page

        

*** 51,61 **** public abstract class EnumControl extends Control { /** * The set of possible values. */ ! private Object[] values; /** * The current value. */ private Object value; --- 51,61 ---- public abstract class EnumControl extends Control { /** * The set of possible values. */ ! private final Object[] values; /** * The current value. */ private Object value;
< prev index next >