Added author to all java files with class comments.
[utils] / crawler / basic / src / main / java / org / wamblee / crawler / impl / ConfigurationImpl.java
index 2b2680b5feb4ab39ac358e76f8cb58a77789d472..ca3293342b5c40f8485a0abda5ddaf9ac6c7e9d1 100644 (file)
@@ -24,6 +24,8 @@ import org.wamblee.crawler.PageType;
 
 /**
  * Implementation of the configuration for the crawler.
+ *
+ * @author Erik Brakkee
  */
 public class ConfigurationImpl implements Configuration {