Skip to content

Commit

Permalink
Fix import ordering.
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshRosen committed Oct 11, 2014
1 parent ff28e49 commit 6f8f6ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/test/java/org/apache/spark/JavaAPISuite.java
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
import java.util.*;
import java.util.concurrent.*;

import org.apache.spark.api.java.*;
import scala.Tuple2;
import scala.Tuple3;
import scala.Tuple4;
Expand All @@ -45,6 +44,7 @@
import org.junit.Before;
import org.junit.Test;

import org.apache.spark.api.java.*;
import org.apache.spark.api.java.function.*;
import org.apache.spark.executor.TaskMetrics;
import org.apache.spark.partial.BoundedDouble;
Expand Down

0 comments on commit 6f8f6ac

Please sign in to comment.