(no commit message)
[utils] / support / general / src / main / java / org / wamblee / collections / CollectionFilter.java
index 4a1845c2ccea34fca4ede38a4bfadbc252d10c36..95155fa1382936a85da3656e6b75dcf430b795bd 100644 (file)
@@ -20,9 +20,9 @@ import org.wamblee.conditions.Condition;
 import java.util.Collection;
 
 /**
+ * Collection filter for filtering collections based on a certain condition.  
  * 
- * @author $author$
- * @version $Revision$
+ * @author Erik Brakkee
  */
 public class CollectionFilter {
     /**