Removed DOCUMENT ME comments that were generated and applied source code
[utils] / support / general / src / test / java / org / wamblee / conditions / GreaterThanCondition.java
index ccd2d734fe025f25c384c9f4eb8418583a66b0b8..6450f998ec3f2cc7de21ca0546aa55a91d833664 100644 (file)
  */
 package org.wamblee.conditions;
 
-
 /**
  * Test condition object.
- *
+ * 
  * @author Erik Brakkee
  */
 public class GreaterThanCondition implements Condition<Integer> {
@@ -28,7 +27,9 @@ public class GreaterThanCondition implements Condition<Integer> {
         value = aValue;
     }
 
-    /* (non-Javadoc)
+    /*
+     * (non-Javadoc)
+     * 
      * @see org.wamblee.conditions.Condition#matches(T)
      */
     public boolean matches(Integer aObject) {