From b33b6b36399ad2006cf9aafaed09323c49debc1b Mon Sep 17 00:00:00 2001
From: ribeaudc <ribeaudc>
Date: Thu, 24 Jul 2008 12:03:03 +0000
Subject: [PATCH] [LMS-500]: add: - Unit test for 'DefaultReturnValueFilter'.

SVN: 7459
---
 .../ch/systemsx/cisd/common/collections/FilteredCollection.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/common/source/java/ch/systemsx/cisd/common/collections/FilteredCollection.java b/common/source/java/ch/systemsx/cisd/common/collections/FilteredCollection.java
index e85ee9beea7..487f724d0dd 100644
--- a/common/source/java/ch/systemsx/cisd/common/collections/FilteredCollection.java
+++ b/common/source/java/ch/systemsx/cisd/common/collections/FilteredCollection.java
@@ -69,7 +69,7 @@ public class FilteredCollection<E> extends AbstractCollectionDecorator<E>
      * Filters given <var>collection</var> with given <var>validator</var>.
      * <p>
      * Note that this operation changes passed <code>Collection</code> if some invalid elements
-     * are found. The original collection does not get cloned before .
+     * are found. The original collection does not get cloned before.
      * </p>
      */
     @SuppressWarnings("unchecked")
-- 
GitLab