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