2003/09/24 07:33:33
[org.ibex.core.git] / src / org / xwt / plat / GCJ.java
index 1a7c41b..028f0ba 100644 (file)
@@ -21,10 +21,9 @@ public abstract class GCJ extends Platform {
 
     protected native InputStream _getBuiltinInputStream();
 
-    // FIXME
     protected native Picture _decodeJPEG(InputStream is, String name);
 
-    // FIXME: This could be optimized (a lot) by using a custom hashtable
+    // FEATURE: This could be optimized (a lot) by using a custom hashtable
     public final static class Retainer {
         private static Hash table = new Hash();
         private final static class Key {