Added priority mechanism.
[utils] / crawler / basic / src / org / wamblee / crawler / impl / App.java
index 90e66dfcca3e6a69f55d04dc088dd22a78347fb2..d4ca4709c78a19665736f93cdd4d543582d6942f 100644 (file)
@@ -5,8 +5,6 @@ import java.io.FileInputStream;
 import java.io.InputStream;
 
 import org.apache.commons.httpclient.HttpClient;
-import org.apache.commons.logging.Log;
-import org.apache.commons.logging.LogFactory;
 import org.dom4j.Element;
 import org.wamblee.crawler.Action;
 import org.wamblee.crawler.Configuration;
@@ -31,7 +29,7 @@ import org.wamblee.crawler.PageException;
  */
 
 /**
- * Entry point for the crawler.
+ * Test application which uses the crawler. 
  */
 public final class App {