< prev index next >

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

Print this page

        

@@ -88,12 +88,11 @@
         return new String(getType() + " Control containing " + sb + " Controls.");
     }
 
     /**
      * An instance of the {@code CompoundControl.Type} inner class identifies
-     * one kind of compound control. Static instances are provided for the
-     * common types.
+     * one kind of compound control.
      *
      * @author Kara Kytle
      * @since 1.3
      */
     public static class Type extends Control.Type {
< prev index next >