2003/12/13 08:13:34
[org.ibex.core.git] / src / org / xwt / util / Cache.java
index 3099a5d..1822363 100644 (file)
@@ -9,6 +9,8 @@ package org.xwt.util;
 
 import java.util.*;
 
+// FIXME needs to be a weak hash
+
 /**
  *  A Hash table with a fixed size; drops extraneous elements.  Uses
  *  LRU strategy.