From 32979b5e7dddd7f42d3eb1f34881cc052f79fbdf Mon Sep 17 00:00:00 2001 From: Mark Hamstra Date: Sat, 16 Mar 2013 13:36:46 -0700 Subject: [PATCH] whitespace --- core/src/main/scala/spark/PairRDDFunctions.scala | 1 - 1 file changed, 1 deletion(-) diff --git a/core/src/main/scala/spark/PairRDDFunctions.scala b/core/src/main/scala/spark/PairRDDFunctions.scala index e1dde1b497..07efba9e8d 100644 --- a/core/src/main/scala/spark/PairRDDFunctions.scala +++ b/core/src/main/scala/spark/PairRDDFunctions.scala @@ -97,7 +97,6 @@ class PairRDDFunctions[K: ClassManifest, V: ClassManifest]( combineByKey[V]({v: V => func(zeroValue, v)}, func, func, partitioner) } - /** * Merge the values for each key using an associative function and a neutral "zero value" which may * be added to the result an arbitrary number of times, and must not change the result (e.g., Nil for