Added author to all java files with class comments.
[utils] / crawler / basic / src / main / java / org / wamblee / crawler / impl / UrlConfig.java
index 1a2b06ab8fe420e09b1be3998df5937ca759203b..c9d355549765d51a2f46878e23fd0e1e9de69cc9 100644 (file)
@@ -20,6 +20,8 @@ import org.wamblee.crawler.PageRequest;
 
 /**
  * Represents the configuration for specific URLs.
+ *
+ * @author Erik Brakkee
  */
 public class UrlConfig extends ConfigItem<PageRequest> {
     /**