cloneable is an interface
[org.ibex.core.git] / src / org / ibex / js / Stream.java
index 05045e9..72ee0a0 100644 (file)
@@ -13,7 +13,7 @@ import org.ibex.net.*;
  *   be totally independent of the others (ie separate stream position
  *   and state) although they draw from the same data source.
  */
-public abstract class Stream extends JS.Cloneable {
+public abstract class Stream extends JS implements JS.Cloneable {
 
     // Public Interface //////////////////////////////////////////////////////////////////////////////