Skip to content
Snippets Groups Projects
Commit b33b6b36 authored by ribeaudc's avatar ribeaudc
Browse files

[LMS-500]: add: - Unit test for 'DefaultReturnValueFilter'.

SVN: 7459
parent 4137710e
No related branches found
No related tags found
No related merge requests found
...@@ -69,7 +69,7 @@ public class FilteredCollection<E> extends AbstractCollectionDecorator<E> ...@@ -69,7 +69,7 @@ public class FilteredCollection<E> extends AbstractCollectionDecorator<E>
* Filters given <var>collection</var> with given <var>validator</var>. * Filters given <var>collection</var> with given <var>validator</var>.
* <p> * <p>
* Note that this operation changes passed <code>Collection</code> if some invalid elements * 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> * </p>
*/ */
@SuppressWarnings("unchecked") @SuppressWarnings("unchecked")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment