X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=src%2Forg%2Fibex%2FStream.java;h=a7a3bb8c93e24bb76a1fe273d48214890c5d429d;hb=f56597a44e97463a1a46afe279773786e1ca9099;hp=526663ac9a03f65cf7e7d6bb9fe282291b75f01d;hpb=ccf0715e9a34f491fa2c52f5f1ba90fd371b7c51;p=org.ibex.core.git diff --git a/src/org/ibex/Stream.java b/src/org/ibex/Stream.java index 526663a..a7a3bb8 100644 --- a/src/org/ibex/Stream.java +++ b/src/org/ibex/Stream.java @@ -5,7 +5,7 @@ import java.io.*; import java.util.zip.*; import org.ibex.js.*; import org.ibex.util.*; -import org.xwt.translators.MSPack; +import org.ibex.translators.MSPack; /** * Essentiall an InputStream "factory". You can repeatedly ask a @@ -94,7 +94,6 @@ public abstract class Stream extends JS.Cloneable { /** the Builtin resource */ public static class Builtin extends Stream { - public Builtin() { }; public String getCacheKey() throws NotCacheableException { throw new NotCacheableException(); } public InputStream getInputStream() throws IOException { return Platform.getBuiltinInputStream(); } }