(no commit message)
authorErik Brakkee <erik@brakkee.org>
Tue, 22 Jun 2010 20:23:10 +0000 (20:23 +0000)
committerErik Brakkee <erik@brakkee.org>
Tue, 22 Jun 2010 20:23:10 +0000 (20:23 +0000)
support/general/src/main/java/org/wamblee/collections/CollectionFilter.java
support/general/src/main/java/org/wamblee/collections/package-info.java [new file with mode: 0644]

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 {
     /**
diff --git a/support/general/src/main/java/org/wamblee/collections/package-info.java b/support/general/src/main/java/org/wamblee/collections/package-info.java
new file mode 100644 (file)
index 0000000..c945de8
--- /dev/null
@@ -0,0 +1,19 @@
+/*
+ * Copyright 2005-2010 the original author or authors.
+ * 
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ * 
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */ 
+/**
+ * Collection utilities. 
+ */
+package org.wamblee.collections;
\ No newline at end of file