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:
parent
759f45057a
commit
5acf983bd8
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue