Added author to all java files with class comments.
[utils] / crawler / basic / src / main / java / org / wamblee / crawler / Configuration.java
index 93372b8332a1d110595d9a9dd8818a9ea0c0b38a..0e7da0b23914f16560b084b3d620403c9ab55bae 100644 (file)
@@ -19,6 +19,8 @@ package org.wamblee.crawler;
 /**
  * Configuration which determines how a specific page must be retrieved and 
  * what transformation should be applied to it. 
+ *
+ * @author Erik Brakkee
  */
 public interface Configuration {