Repository: spark Updated Branches: refs/heads/master 69ab0e4bd -> 0ef9fe64e
Typo in comment - Author: Johan Grande <[email protected]> Closes #18738 from nahoj/patch-1. Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/0ef9fe64 Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/0ef9fe64 Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/0ef9fe64 Branch: refs/heads/master Commit: 0ef9fe64e2d59bdf98c0f4729e5017d258f7c07d Parents: 69ab0e4 Author: Johan Grande <[email protected]> Authored: Fri Jul 28 16:51:18 2017 +0100 Committer: Sean Owen <[email protected]> Committed: Fri Jul 28 16:51:18 2017 +0100 ---------------------------------------------------------------------- core/src/main/scala/org/apache/spark/rdd/RDD.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/spark/blob/0ef9fe64/core/src/main/scala/org/apache/spark/rdd/RDD.scala ---------------------------------------------------------------------- diff --git a/core/src/main/scala/org/apache/spark/rdd/RDD.scala b/core/src/main/scala/org/apache/spark/rdd/RDD.scala index 2985c90..5435f59 100644 --- a/core/src/main/scala/org/apache/spark/rdd/RDD.scala +++ b/core/src/main/scala/org/apache/spark/rdd/RDD.scala @@ -55,7 +55,7 @@ import org.apache.spark.util.random.{BernoulliCellSampler, BernoulliSampler, Poi * Doubles; and * [[org.apache.spark.rdd.SequenceFileRDDFunctions]] contains operations available on RDDs that * can be saved as SequenceFiles. - * All operations are automatically available on any RDD of the right type (e.g. RDD[(Int, Int)] + * All operations are automatically available on any RDD of the right type (e.g. RDD[(Int, Int)]) * through implicit. * * Internally, each RDD is characterized by five main properties: --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
