Added author to all java files with class comments.
[utils] / crawler / basic / src / main / java / org / wamblee / crawler / impl / PageTypeConfig.java
index b7fa5a3c7b62fd67d344dd6a2951d5b2f4fab647..c9438515d7f59316ffeba18e3563f42ea73fb074 100644 (file)
@@ -20,6 +20,8 @@ import org.wamblee.crawler.PageRequest;
 
 /**
  * Page type configuration. 
+ *
+ * @author Erik Brakkee
  */
 public class PageTypeConfig extends ConfigItem<PageRequest> {