Added author to all java files with class comments.
[utils] / crawler / basic / src / main / java / org / wamblee / crawler / impl / ActionImpl.java
index ab7068cbda32ee8e8895a6677a2c6db431c8f60f..34972c59b214074ae58ef05217016a910ee9aa90 100644 (file)
@@ -26,6 +26,8 @@ import org.wamblee.crawler.PageType;
 
 /**
  * Action implementation.
+ *
+ * @author Erik Brakkee
  */
 public class ActionImpl implements Action {