X-Git-Url: http://wamblee.org/gitweb/?a=blobdiff_plain;f=trunk%2Fcrawler%2Fkiss%2Fsrc%2Forg%2Fwamblee%2Fcrawler%2Fkiss%2Fmain%2FProgramActionExecutor.java;h=b9c103b7a7a46bcbef9e723e4a69f48b94515cf6;hb=b6e9054e31d00fe7ba049b2d51f7ecc31189efa6;hp=d47868f5ad040871340a905f7a58ccd5beff2521;hpb=52e335d707df09961519b26131a90f2c3561436c;p=utils diff --git a/trunk/crawler/kiss/src/org/wamblee/crawler/kiss/main/ProgramActionExecutor.java b/trunk/crawler/kiss/src/org/wamblee/crawler/kiss/main/ProgramActionExecutor.java index d47868f5..b9c103b7 100644 --- a/trunk/crawler/kiss/src/org/wamblee/crawler/kiss/main/ProgramActionExecutor.java +++ b/trunk/crawler/kiss/src/org/wamblee/crawler/kiss/main/ProgramActionExecutor.java @@ -29,7 +29,7 @@ import org.wamblee.crawler.kiss.guide.Program.RecordingResult; /** * Provides execution of actions for programs. Actions use this class to tell - * the executor what to do. The executor then decide on exactly what to do and + * the executor what to do. The executor then decides on exactly what to do and * in what order and makes decisions in case of conflicts. */ public class ProgramActionExecutor {