Added author to all java files with class comments.
[utils] / crawler / basic / src / main / java / org / wamblee / crawler / Action.java
index cd9b4e2a74a83062757133aa697259d133522050..1125a0eef31032a43aa77431b097c05f009f382c 100644 (file)
@@ -20,6 +20,8 @@ import org.dom4j.Element;
 
 /**
  * An action defined on a page. 
+ *
+ * @author Erik Brakkee
  */
 public interface Action {