summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2005-11-14 15:23:29 +0000
committerTom Tromey <tromey@redhat.com>2005-11-14 15:23:29 +0000
commit62d731b8303aa263abd2f371d0d2f3e7305622e8 (patch)
treee2748d0f32c53d1188a12a07770d716b2ee8e760
parentf17be1a1e67be3f86fe7a3172b33c51065a1ee38 (diff)
downloadclasspath-62d731b8303aa263abd2f371d0d2f3e7305622e8.tar.gz
* javax/sound/sampled/Line.java (open): Throws
LineUnavailableException.
-rw-r--r--ChangeLog5
-rw-r--r--javax/sound/sampled/Line.java4
2 files changed, 8 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 648f90374..4ccd4375a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2005-11-14 Tom Tromey <tromey@redhat.com>
+
+ * javax/sound/sampled/Line.java (open): Throws
+ LineUnavailableException.
+
2005-11-14 Roman Kennke <kennke@aicas.com>
Reported by Ingo Proetel <proetel@aicas.com>
diff --git a/javax/sound/sampled/Line.java b/javax/sound/sampled/Line.java
index 3eb73722a..69bb9084f 100644
--- a/javax/sound/sampled/Line.java
+++ b/javax/sound/sampled/Line.java
@@ -136,8 +136,10 @@ public interface Line
/**
* Open this line.
+ * @throws LineUnavailableException if the line is unavailable for some
+ * reason
*/
- void open();
+ void open() throws LineUnavailableException;
/**
* Remove the listener from this Line; after this call the listener will