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