Skip to content

Commit 1c36bfe

Browse files
committed
mkdify the method from protected to private
1 parent ec387f3 commit 1c36bfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/main/scala/org/apache/spark/deploy/history/FsHistoryProvider.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -666,7 +666,7 @@ private[history] class FsHistoryProvider(conf: SparkConf, clock: Clock)
666666
}
667667
}
668668

669-
protected def mergeApplicationListing(
669+
private def mergeApplicationListing(
670670
fileStatus: FileStatus,
671671
scanTime: Long,
672672
enableOptimizations: Boolean): Unit = {

0 commit comments

Comments
 (0)