From 1c36bfe2208cf21cde8ef7c13fa97438c9303787 Mon Sep 17 00:00:00 2001 From: turbofei Date: Fri, 20 Sep 2019 09:43:00 +0800 Subject: [PATCH] mkdify the method from protected to private --- .../org/apache/spark/deploy/history/FsHistoryProvider.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/main/scala/org/apache/spark/deploy/history/FsHistoryProvider.scala b/core/src/main/scala/org/apache/spark/deploy/history/FsHistoryProvider.scala index 3570e92b4139d..bfc2d30539d76 100644 --- a/core/src/main/scala/org/apache/spark/deploy/history/FsHistoryProvider.scala +++ b/core/src/main/scala/org/apache/spark/deploy/history/FsHistoryProvider.scala @@ -666,7 +666,7 @@ private[history] class FsHistoryProvider(conf: SparkConf, clock: Clock) } } - protected def mergeApplicationListing( + private def mergeApplicationListing( fileStatus: FileStatus, scanTime: Long, enableOptimizations: Boolean): Unit = {