Remove @SuppressWarnings("boxing")
This commit is contained in:
parent
33129ba467
commit
97bbb985be
|
@ -41,7 +41,6 @@ import org.junit.jupiter.api.Test;
|
||||||
*
|
*
|
||||||
* To run this test, use: mvn test -Dtest=PerformanceTest
|
* To run this test, use: mvn test -Dtest=PerformanceTest
|
||||||
*/
|
*/
|
||||||
@SuppressWarnings("boxing") // test code
|
|
||||||
public class PerformanceTest {
|
public class PerformanceTest {
|
||||||
|
|
||||||
private static final String TEST_RESRC = "org/apache/commons/csv/perf/worldcitiespop.txt.gz";
|
private static final String TEST_RESRC = "org/apache/commons/csv/perf/worldcitiespop.txt.gz";
|
||||||
|
|
Loading…
Reference in New Issue