Added author to all java files with class comments.
[utils] / crawler / kissweb / src / main / java / org / wamblee / crawler / kiss / servlet / Application.java
index 9220a62f741ee8cbd0c222675eff63cc5a08280f..850040981eff3f8bf7f07622afcf61c34d86a829 100644 (file)
@@ -24,6 +24,8 @@ import org.wamblee.general.BeanKernel;
 
 /**
  * The mechanism for kick starting the scheduling of the KiSS crawler. 
+ *
+ * @author Erik Brakkee
  */
 public class Application implements ServletContextListener {