yeehah, got kona compiling again. didn't even know it was having issues.
[feisty_meow.git] / kona / src / org / feistymeow / process / ethread.java
index 0f2e860f987f316746187c2893766040f051106f..280a08305dd39d9495022ec86835c3b8155a1e06 100644 (file)
@@ -5,15 +5,6 @@ package org.feistymeow.process;
 // not compilable yet probably, 
 // plus missing the timed features of ethread.
 
-
-import java.io.BufferedOutputStream;
-import java.io.File;
-import java.io.IOException;
-import java.io.InputStreamReader;
-import java.io.Reader;
-import java.util.regex.Matcher;
-import java.util.regex.Pattern;
-
 import org.apache.commons.logging.Log;
 import org.apache.commons.logging.LogFactory;
 
@@ -32,6 +23,7 @@ class ethread implements Runnable
   // the only variable on which both synchronize is the "thread finished" variable.
   public ethread()
   {
+         c_logger.warn("this class needs to be implemented and used in an example.");
   }
 
   /**