Added author to all java files with class comments.
[utils] / crawler / kiss / src / main / java / org / wamblee / crawler / kiss / main / InterestingProgramAction.java
index 2ce30de2520620431079202237a8be10deabd65b..2f45460f0f2a24f45488e237267ae5c251ee79b4 100644 (file)
@@ -20,6 +20,8 @@ import org.wamblee.crawler.kiss.guide.Program;
 
 /**
  * Represents an action to execute for an interesting program.
+ *
+ * @author Erik Brakkee
  */
 public class InterestingProgramAction implements ProgramAction {