Added author to all java files with class comments.
[utils] / crawler / kissweb / src / main / java / org / wamblee / crawler / kiss / scheduling / CrawlerScheduler.java
index fefb8d9841aff0b60e06fe60646ba976eb7d423d..8774dcde9f2b720f021876c12f85a5307a2c184c 100644 (file)
@@ -18,6 +18,8 @@ package org.wamblee.crawler.kiss.scheduling;
 
 /**
  * Interface to the scheduler specific for working with the crawler. 
+ *
+ * @author Erik Brakkee
  */
 public interface CrawlerScheduler {