OSDN Git Service

Imported GNU Classpath 0.90
[pf3gnuchains/gcc-fork.git] / libjava / classpath / javax / sound / sampled / BooleanControl.java
index aae1e23..147a7f8 100644 (file)
@@ -42,7 +42,7 @@ package javax.sound.sampled;
  * A BooleanControl is a Control which has two states.
  * @since 1.3
  */
-public class BooleanControl extends Control
+public abstract class BooleanControl extends Control
 {
   /**
    * A Type specialized to represent a boolean control.