checkstyleZZ
[utils] / crawler / basic / src / org / wamblee / crawler / impl / App.java
index 65c7f80250b8d1321e0711761cb063622b51362c..6246453abba66ce5e4cf570cca4aa6b995dc1933 100644 (file)
@@ -49,6 +49,12 @@ public final class App {
 
     private static final String LOG_FILE = "crawler.log";
 
+    /**
+     * Runs a test program. 
+     * @param aArgs Arguments. First argument is the crawler config file name and second argument is
+     *      the start url. 
+     * @throws Exception In case of problems. 
+     */
     public static void main(String[] aArgs) throws Exception {
         String configFileName = aArgs[0];
         String starturl = aArgs[1];