Added author to all java files with class comments.
[utils] / crawler / basic / src / main / java / org / wamblee / crawler / impl / ConfigItem.java
index 6349d2c1b77fbe96c43ae541725369822b2bf9f1..e42a16c439dc84fe0f4820365a893f74673b0642 100644 (file)
@@ -20,6 +20,8 @@ import java.util.regex.Pattern;
 
 /**
  * Configuration item for obtaining an object in case a pattern matches.
+ *
+ * @author Erik Brakkee
  */
 class ConfigItem<ValueType> {