Added author to all java files with class comments.
[utils] / support / src / main / java / org / wamblee / conditions / AndCondition.java
index fb77c80a64b2464876e4056f0182ec9ccc9cb4d7..50898739d53da345c2b8143e8f98fbf8a2aa28b2 100644 (file)
@@ -21,6 +21,8 @@ import java.util.List;
 
 /**
  * Represents a logical and of different boolean conditions.
+ *
+ * @author Erik Brakkee
  */
 public class AndCondition<T> implements Condition<T> {