Added author to all java files with class comments.
[utils] / support / src / main / java / org / wamblee / conditions / FixedCondition.java
index 0626731cfc7258c4640385593ca7232b648c79e5..eff83b1b75d4ffb6e03a58272b87051c90cf89c0 100644 (file)
@@ -18,6 +18,8 @@ package org.wamblee.conditions;
 
 /**
  * Condition which always returns a fixed value. 
+ *
+ * @author Erik Brakkee
  */
 public class FixedCondition<T> implements Condition<T> {