Whitespace
This commit is contained in:
parent
97bbb985be
commit
3d1b085a07
|
@ -46,6 +46,7 @@ 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";
|
||||||
|
|
||||||
private static final File BIG_FILE = new File(FileUtils.getTempDirectoryPath(), "worldcitiespop.txt");
|
private static final File BIG_FILE = new File(FileUtils.getTempDirectoryPath(), "worldcitiespop.txt");
|
||||||
|
|
||||||
@BeforeAll
|
@BeforeAll
|
||||||
public static void setUpClass() throws FileNotFoundException, IOException {
|
public static void setUpClass() throws FileNotFoundException, IOException {
|
||||||
if (BIG_FILE.exists()) {
|
if (BIG_FILE.exists()) {
|
||||||
|
|
Loading…
Reference in New Issue