Added author to all java files with class comments.
[utils] / crawler / basic / src / main / java / org / wamblee / crawler / PageType.java
index 8320c0bea732142a40c0df81e3cbec549e27f2a9..4fc7f0d8859234e63ba9632e43ff55fc307b54f0 100644 (file)
@@ -19,6 +19,8 @@ package org.wamblee.crawler;
 /**
  * Represents the type of a page determining how the HTML should be transformed into 
  * XML.
+ *
+ * @author Erik Brakkee
  */
 public class PageType {