(no commit message)
[utils] / crawler / kissweb / src / org / wamblee / crawler / kiss / scheduling / CrawlerExecutor.java
index e07d90a68ab74cf40384729cff58903d99da8bec..428ba983cd059ff266e1a12d48fe13b70892a0bf 100644 (file)
@@ -25,5 +25,11 @@ import java.util.Date;
  *
  */
 public interface CrawlerExecutor { 
+    
+    /**
+     * Executes the crawler. 
+     * @param aDate Date the crawler is being triggered. 
+     * @throws Exception
+     */
     void execute(Date aDate) throws Exception;
 }