Skip to content

Commit 6f8f6ac

Browse files
committed
Fix import ordering.
1 parent ff28e49 commit 6f8f6ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/test/java/org/apache/spark/JavaAPISuite.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
import java.util.*;
2323
import java.util.concurrent.*;
2424

25-
import org.apache.spark.api.java.*;
2625
import scala.Tuple2;
2726
import scala.Tuple3;
2827
import scala.Tuple4;
@@ -45,6 +44,7 @@
4544
import org.junit.Before;
4645
import org.junit.Test;
4746

47+
import org.apache.spark.api.java.*;
4848
import org.apache.spark.api.java.function.*;
4949
import org.apache.spark.executor.TaskMetrics;
5050
import org.apache.spark.partial.BoundedDouble;

0 commit comments

Comments
 (0)