Skip to content

Commit

Permalink
[SPARK-6980] RpcTimeout object scope should be private[spark]
Browse files Browse the repository at this point in the history
  • Loading branch information
BryanCutler committed Jun 15, 2015
1 parent 2206b4d commit 1517721
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/main/scala/org/apache/spark/rpc/RpcEnv.scala
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ private[spark] class RpcTimeout(timeout: FiniteDuration, description: String) {
}


object RpcTimeout {
private[spark] object RpcTimeout {

private[this] val messagePrefix = "This timeout is controlled by "

Expand Down

0 comments on commit 1517721

Please sign in to comment.