fixed bug 403, added logging to tcp and email
[org.ibex.core.git] / src / org / ibex / Ibex.java
index 3828b17..ed3cb9c 100644 (file)
@@ -11,6 +11,7 @@ public final class Ibex extends JS.Cloneable {
 
     // FIXME remove this
     private final JS rr;
+
     public Ibex(Stream rr) { this.rr = bless(rr); }
 
     public JS resolveString(String str, boolean permitAbsolute) throws JSExn {