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:
Sebastian Bazley 2013-04-21 20:42:30 +00:00
parent 461141c88b
commit eaa218844a

View File

@ -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>();