add a FIXME in WatchedFile
authoradam <adam@megacz.com>
Sun, 8 Jul 2007 22:52:09 +0000 (22:52 +0000)
committeradam <adam@megacz.com>
Sun, 8 Jul 2007 22:52:09 +0000 (22:52 +0000)
darcs-hash:20070708225209-5007d-5029bd13a03e74d668f0794d37d38d040d215f30.gz

src/org/ibex/io/WatchedFile.java

index 339700f..a2cae6b 100644 (file)
@@ -17,6 +17,8 @@ import org.ibex.util.*;
 // telling him he's been left behind.
 //
 
 // telling him he's been left behind.
 //
 
+// FIXME: use cronjob api
+
 /** a "watched" file */
 public class WatchedFile extends File {
 
 /** a "watched" file */
 public class WatchedFile extends File {