Added author to all java files with class comments.
[utils] / crawler / kiss / src / main / java / org / wamblee / crawler / kiss / main / StandaloneCrawlerBeanFactory.java
index ad43c0a4a4340efdb59176b53d215abd0491a051..fcd819f0573ce770d4e27544c04b4b2c0d99542e 100644 (file)
@@ -20,6 +20,8 @@ import org.wamblee.general.SpringBeanFactory;
 
 /**
  * Bean factory used for the standalone crawler application. 
+ *
+ * @author Erik Brakkee
  */
 public class StandaloneCrawlerBeanFactory extends SpringBeanFactory {
     
@@ -33,4 +35,4 @@ public class StandaloneCrawlerBeanFactory extends SpringBeanFactory {
     public StandaloneCrawlerBeanFactory() { 
         super(LOCATOR, FACTORY_NAME);
     }
-}
\ No newline at end of file
+}