(no commit message)
[utils] / support / general / src / main / java / org / wamblee / collections / CollectionFilter.java
index 95155fa1382936a85da3656e6b75dcf430b795bd..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,7 +20,7 @@ import org.wamblee.conditions.Condition;
 import java.util.Collection;
 
 /**
- * Collection filter for filtering collections based on a certain condition.  
+ * Collection filter for filtering collections based on a certain condition.
  * 
  * @author Erik Brakkee
  */