From 23d8f09f5d97fc03e0a2684cd05ba755791865e4 Mon Sep 17 00:00:00 2001 From: erik Date: Tue, 22 Jun 2010 20:23:10 +0000 Subject: [PATCH] --- .../wamblee/collections/CollectionFilter.java | 4 ++-- .../org/wamblee/collections/package-info.java | 19 +++++++++++++++++++ 2 files changed, 21 insertions(+), 2 deletions(-) create mode 100644 support/general/src/main/java/org/wamblee/collections/package-info.java diff --git a/support/general/src/main/java/org/wamblee/collections/CollectionFilter.java b/support/general/src/main/java/org/wamblee/collections/CollectionFilter.java index 4a1845c2..95155fa1 100644 --- a/support/general/src/main/java/org/wamblee/collections/CollectionFilter.java +++ b/support/general/src/main/java/org/wamblee/collections/CollectionFilter.java @@ -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 index 00000000..c945de81 --- /dev/null +++ b/support/general/src/main/java/org/wamblee/collections/package-info.java @@ -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 -- 2.31.1