Added author to all java files with class comments.
[utils] / crawler / basic / src / main / java / org / wamblee / crawler / impl / ConfigurationParser.java
index e88f4007a1dbe8d5b0c38e6b93ae816a482fbfb8..ab4d75395fa09f26b84bc4ac5f739df1c9e78666 100644 (file)
@@ -34,6 +34,8 @@ import org.wamblee.xml.XslTransformer;
 
 /**
  * Parsing of the configuration from an XML file.
+ *
+ * @author Erik Brakkee
  */
 public class ConfigurationParser {