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 e85ee9beea780c66cd5fc1ca10974bd81c19003c..487f724d0dd67333bc66d35856729fd90e97bad4 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")