Skip to content

Commit 1517721

Browse files
committed
[SPARK-6980] RpcTimeout object scope should be private[spark]
1 parent 2206b4d commit 1517721

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/main/scala/org/apache/spark/rpc/RpcEnv.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ private[spark] class RpcTimeout(timeout: FiniteDuration, description: String) {
242242
}
243243

244244

245-
object RpcTimeout {
245+
private[spark] object RpcTimeout {
246246

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

0 commit comments

Comments
 (0)