Added author to all java files with class comments.
[utils] / support / src / test / java / org / wamblee / conditions / GreaterThanCondition.java
index ca64abe3db6fdf0bae0be5db17d510494df5675e..bdb9589763d02b179ae8621759cb3f254cf7cd19 100644 (file)
@@ -18,6 +18,8 @@ package org.wamblee.conditions;
 
 /**
  * Test condition object.  
+ *
+ * @author Erik Brakkee
  */
 public class GreaterThanCondition implements Condition<Integer> {