aboutsummaryrefslogtreecommitdiff
path: root/libjava/classpath/javax/sound/sampled/CompoundControl.java
diff options
context:
space:
mode:
Diffstat (limited to 'libjava/classpath/javax/sound/sampled/CompoundControl.java')
-rw-r--r--libjava/classpath/javax/sound/sampled/CompoundControl.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/libjava/classpath/javax/sound/sampled/CompoundControl.java b/libjava/classpath/javax/sound/sampled/CompoundControl.java
index 8664abc..057bdfd 100644
--- a/libjava/classpath/javax/sound/sampled/CompoundControl.java
+++ b/libjava/classpath/javax/sound/sampled/CompoundControl.java
@@ -42,7 +42,7 @@ package javax.sound.sampled;
* A compound control provides control over several other controls.
* @since 1.3
*/
-public class CompoundControl extends Control
+public abstract class CompoundControl extends Control
{
/**
* This describes a single compound control.