Added author to all java files with class comments.
[utils] / crawler / basic / src / main / java / org / wamblee / crawler / Page.java
index 18cf37a6da065d0ce3146dc878f2819df796da52..09ab7bc2206458b8b26dec83639b27b479947f33 100644 (file)
@@ -20,6 +20,8 @@ import org.dom4j.Element;
 
 /**
  * Represents a retrieved page. 
+ *
+ * @author Erik Brakkee
  */
 public interface Page {