Skip to content

Commit

Permalink
Removed repetative import; fixes hidden definition compiler warning.
Browse files Browse the repository at this point in the history
  • Loading branch information
markhamstra committed Sep 3, 2013
1 parent a106ed8 commit c9bc8af
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion core/src/test/scala/org/apache/spark/rdd/RDDSuite.scala
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ import org.apache.spark.SparkContext._
import org.apache.spark.rdd._
import scala.collection.parallel.mutable
import org.apache.spark._
import org.apache.spark.rdd.CoalescedRDDPartition

class RDDSuite extends FunSuite with SharedSparkContext {

Expand Down

0 comments on commit c9bc8af

Please sign in to comment.