X-Git-Url: http://git.megacz.com/?p=org.ibex.core.git;a=blobdiff_plain;f=src%2Forg%2Fibex%2Fcore%2FStream.java;h=34b71d5e9b6fecf09c2b083f31bc97bdc9fb6025;hp=83d4d1ba3075426cf84604e63b65732f818bd8ef;hb=586485c446bc6870e08cfca8675a41442cca2c54;hpb=76b21655a0710caf4f972c107a3ab991032d7e10 diff --git a/src/org/ibex/core/Stream.java b/src/org/ibex/core/Stream.java index 83d4d1b..34b71d5 100644 --- a/src/org/ibex/core/Stream.java +++ b/src/org/ibex/core/Stream.java @@ -17,7 +17,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.O implements JS.Cloneable { +public abstract class Stream extends JS.Obj implements JS.Cloneable { // Public Interface //////////////////////////////////////////////////////////////////////////////