FIXME triage and formatting cleanups
[org.ibex.js.git] / src / org / ibex / js / GnuRegexp.java
index 033f320..0e6b65b 100644 (file)
@@ -3968,7 +3968,7 @@ public class GnuRegexp {
         }
     
         boolean match(CharIndexed input, REMatch mymatch) {
-            // charAt(index-n) may be unknown on a Reader/InputStream. FIXME
+            // charAt(index-n) may be unknown on a Reader/InputStream.
             // Match after a newline if in multiline mode
        
             if (newline != null) {