Skip to content

Commit

Permalink
Proper indent for the previous commit.
Browse files Browse the repository at this point in the history
  • Loading branch information
rxin committed Sep 13, 2014
1 parent feaa370 commit b4dded4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ import org.apache.spark.rdd.{EmptyRDD, HadoopRDD, NewHadoopRDD, RDD}
* [[org.apache.spark.api.java.JavaRDD]]s and works with Java collections instead of Scala ones.
*/
class JavaSparkContext(val sc: SparkContext)
extends JavaSparkContextVarargsWorkaround with Closeable {
extends JavaSparkContextVarargsWorkaround with Closeable {

/**
* Create a JavaSparkContext that loads settings from system properties (for instance, when
Expand Down

0 comments on commit b4dded4

Please sign in to comment.