Don't warn about boxing for test class

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1023857 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Sebastian Bazley 2010-10-18 15:37:22 +00:00
parent 759f45057a
commit 5acf983bd8
1 changed files with 1 additions and 0 deletions

View File

@ -23,6 +23,7 @@ import static junit.framework.Assert.assertNull;
import org.junit.Before;
import org.junit.Test;
@SuppressWarnings("boxing")
public class TestIndexedCollection extends AbstractDecoratedCollectionTest<String> {
private IndexedCollection<Integer, String> indexed;