Added author to all java files with class comments.
[utils] / crawler / basic / src / main / java / org / wamblee / crawler / Crawler.java
index 3615d9bc3a1e612e620725140a383fd17ac8e41b..a5f2c1d3a7f1fb57f3bbf30c083cd8af8810313f 100644 (file)
@@ -21,6 +21,8 @@ import org.apache.commons.httpclient.NameValuePair;
 
 /**
  * The object that actually obtains pages based on URL. 
+ *
+ * @author Erik Brakkee
  */
 public interface Crawler {