X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=src%2Forg%2Fibex%2FStream.java;fp=src%2Forg%2Fibex%2FStream.java;h=c12583ad895d2188d5b9c07f2713a88c4b2fdaf2;hb=e4a8b8cbccc958639f4552d94c5a7c84d09f0ebc;hp=526663ac9a03f65cf7e7d6bb9fe282291b75f01d;hpb=385312ed5ca70d71c767aa81fc2b4dd8f1ccdd79;p=org.ibex.core.git diff --git a/src/org/ibex/Stream.java b/src/org/ibex/Stream.java index 526663a..c12583a 100644 --- a/src/org/ibex/Stream.java +++ b/src/org/ibex/Stream.java @@ -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(); } }