X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=src%2Forg%2Fibex%2Fjs%2FStream.java;h=685f990c5a2963d2708a8a8bf12195483bf37ba4;hb=a19b897271a8ab6b25aba63e4b30223c2477c28d;hp=8ed5759a08ecbe1b4c8706aa35c7f54192e69e70;hpb=2d6763644359578428d56d004b998edd10463a84;p=org.ibex.core.git diff --git a/src/org/ibex/js/Stream.java b/src/org/ibex/js/Stream.java index 8ed5759..685f990 100644 --- a/src/org/ibex/js/Stream.java +++ b/src/org/ibex/js/Stream.java @@ -13,6 +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. */ +// FEATURE: Should this be in org.ibex.js? public abstract class Stream extends JS implements JS.Cloneable { // Public Interface //////////////////////////////////////////////////////////////////////////////