(no commit message)
[utils] / crawler / kiss / src / main / java / org / wamblee / crawler / kiss / main / KissCrawler.java
index 3300e1299e71b6c4268d9ba9447b65d6df17fe8f..9fc9a7779a3c1cf87b6e8686a8d7fbe0467849bf 100644 (file)
@@ -55,6 +55,8 @@ import org.wamblee.xml.XslTransformer;
 /**
  * The KiSS crawler for automatic recording of interesting TV shows.
  * 
+ *
+ * @author Erik Brakkee
  */
 public class KissCrawler {
 
@@ -85,7 +87,8 @@ public class KissCrawler {
      * Runs the KiSS crawler.
      * 
      * @param aArgs
-     *            Arguments, currently all ignored because they are hardcoded.
+     *            Arguments: First argument is the crawler configuration file,
+     *            and second is the program configuration file. 
      * @throws Exception
      *             In case of problems.
      */