more new js api fixes and cleanup
[org.ibex.core.git] / src / org / ibex / js / PropertyFile.java
index f312a7e..ee7be2e 100644 (file)
@@ -5,7 +5,7 @@ import org.ibex.util.*;
 import java.util.*;
 import java.io.*;
 
-// FIXME: Update for new api
+// FEATURE: Update for new api
 
 /** A JS interface to a Java '.properties' file; very crude */
 public class PropertyFile extends JS {