Added author to all java files with class comments.
[utils] / crawler / kissweb / src / main / java / org / wamblee / crawler / kiss / scheduling / CrawlerExecutorImpl.java
index d807d57fc6c7ee68c69f5a2e23765fc9b440394f..d79e714940ebbfe4937566ea4286f6c9bc765ebf 100644 (file)
@@ -24,6 +24,8 @@ import org.wamblee.crawler.kiss.notification.Notifier;
 
 /**
  * Implementation which executes the KiSS crawler for retrieving web content. 
+ *
+ * @author Erik Brakkee
  */
 public class CrawlerExecutorImpl implements CrawlerExecutor {