Skip to content

Commit df9777b

Browse files
committed
lint
1 parent b940cad commit df9777b

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

parquet-column/src/test/java/org/apache/parquet/column/ParquetPropertiesThreadSafetyTest.java

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,11 @@
1818
*/
1919
package org.apache.parquet.column;
2020

21-
import org.apache.parquet.column.values.factory.ValuesWriterFactory;
22-
import org.junit.Test;
21+
import static org.junit.Assert.assertNotSame;
2322

2423
import java.lang.reflect.Field;
25-
26-
import static org.junit.Assert.assertNotSame;
24+
import org.apache.parquet.column.values.factory.ValuesWriterFactory;
25+
import org.junit.Test;
2726

2827
public class ParquetPropertiesThreadSafetyTest {
2928

0 commit comments

Comments
 (0)