(no commit message)
[utils] / support / general / src / main / java / org / wamblee / collections / CollectionFilter.java
index 4a1845c2ccea34fca4ede38a4bfadbc252d10c36..cbf9e47ae0e05d6d1a43379ab57c510d294fa1d9 100644 (file)
@@ -12,7 +12,7 @@
  * 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.
- */ 
+ */
 package org.wamblee.collections;
 
 import org.wamblee.conditions.Condition;
@@ -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 {
     /**