Ignore test code boxing

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1582812 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Sebastian Bazley 2014-03-28 16:37:35 +00:00
parent 3a2cb6b308
commit d6294bc598
1 changed files with 1 additions and 0 deletions

View File

@ -42,6 +42,7 @@ import org.junit.Test;
*
* @version $Id$
*/
@SuppressWarnings("boxing") // test code
public class PerformanceTest {
private final int max = 10;