X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=src%2Forg%2Fxwt%2FRes.java;fp=src%2Forg%2Fxwt%2FRes.java;h=7da19ced2bc9afb27fd59fd964deec5336ef54f4;hb=1ab599d574a6739e6d1c6685fb65bfddf20137ea;hp=ae2b50f401c811bcdf128ada029834d0c419d7bd;hpb=42ee7468a94513c2b0aa4f42252dfa705ba6f530;p=org.ibex.core.git diff --git a/src/org/xwt/Res.java b/src/org/xwt/Res.java index ae2b50f..7da19ce 100644 --- a/src/org/xwt/Res.java +++ b/src/org/xwt/Res.java @@ -19,7 +19,6 @@ public abstract class Res extends JS { /** so that we get the same subresource each time */ private Hash refCache = null; - /** FIXME: needed? good idea? */ public Template t = null; public final InputStream getInputStream() throws IOException { return getInputStream(""); } @@ -50,7 +49,6 @@ public abstract class Res extends JS { /** if it makes sense to cache a resource, the resource must return a unique key */ public String getCacheKey() throws NotCacheableException { throw notCacheable; } - // FIXME: general cleanup /** subclass from this if you want a CachedInputStream for each path */ public static class CachedRes extends Res { private Res parent;