Added author to all java files with class comments.
[utils] / crawler / basic / src / main / java / org / wamblee / crawler / impl / PageImpl.java
index 1265bc2933ddb18f3c0e12cdce91cb40e0dc01a6..e27c1c65feeb4ad13384a69eef14b6d2c8eeb2f7 100644 (file)
@@ -32,6 +32,8 @@ import org.wamblee.crawler.PageType;
 
 /**
  * Page implementation.
+ *
+ * @author Erik Brakkee
  */
 public class PageImpl implements Page {