Skip to content

Commit

Permalink
Fixed the style violation.
Browse files Browse the repository at this point in the history
  • Loading branch information
rxin committed Jul 30, 2014
1 parent 252238d commit f8535dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/main/scala/org/apache/spark/util/Utils.scala
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ private[spark] object Utils extends Logging {
new File(sparkHome + File.separator + "bin", which + suffix)
}

/** Serialize an object using the closure serializer. **/
/** Serialize an object using the closure serializer. */
def serializeTaskClosure[T: ClassTag](o: T): Array[Byte] = {
val ser = SparkEnv.get.closureSerializer.newInstance()
ser.serialize(o).array()
Expand Down

0 comments on commit f8535dc

Please sign in to comment.