Skip to content
Prev Previous commit
Next Next commit
Remove private[spark] from object WritableConverter
  • Loading branch information
zsxwing committed Nov 17, 2014
commit 52353deb3612daae91fe32ed3a774f90620c29f0
2 changes: 1 addition & 1 deletion core/src/main/scala/org/apache/spark/SparkContext.scala
Original file line number Diff line number Diff line change
Expand Up @@ -1781,7 +1781,7 @@ private[spark] class WritableConverter[T](
val convert: Writable => T)
extends Serializable

private[spark] object WritableConverter {
object WritableConverter {

// Helper objects for converting common types to Writable
private[spark] def simpleWritableConverter[T, W <: Writable: ClassTag](convert: W => T)
Expand Down