< prev index next >

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

Print this page

        

@@ -36,11 +36,11 @@
 public abstract class CompoundControl extends Control {
 
     /**
      * The set of member controls.
      */
-    private Control[] controls;
+    private final Control[] controls;
 
     /**
      * Constructs a new compound control object with the given parameters.
      *
      * @param  type the type of control represented this compound control object
< prev index next >