(no commit message)
[utils] / crawler / kiss / src / org / wamblee / crawler / kiss / main / ProgramAction.java
index d67c26d13eba6c501dc2c24f495129d96bff0a81..e9d3bcbe84c9cef2cdb2ff21cf09661a5c2e1252 100644 (file)
@@ -26,7 +26,7 @@ public interface ProgramAction {
     /**
      * Executes the action. 
      * @param aProgram Program to execute the action for. 
-     * @param aReport Report to use. 
+     * @param aExecutor Report to use. 
      */
-    void execute(Program aProgram, ProgramActionExecutor aReport);
+    void execute(Program aProgram, ProgramActionExecutor aExecutor);
 }