mirror of
https://github.com/apache/commons-collections.git
synced 2025-02-17 15:35:00 +00:00
Unnecessary suppresswarnings
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1470342 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
461141c88b
commit
eaa218844a
@ -1006,7 +1006,6 @@ public class CollectionUtilsTest extends MockTestCase {
|
||||
};
|
||||
|
||||
//Up to here
|
||||
@SuppressWarnings("cast")
|
||||
@Test
|
||||
public void filter() {
|
||||
final List<Integer> ints = new ArrayList<Integer>();
|
||||
|
Loading…
x
Reference in New Issue
Block a user