trim down public api
[org.ibex.core.git] / src / org / ibex / js / Stream.java
index 8ed5759..685f990 100644 (file)
@@ -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 //////////////////////////////////////////////////////////////////////////////