Skip to content

Commit

Permalink
mkdify the method from protected to private
Browse files Browse the repository at this point in the history
  • Loading branch information
turboFei committed Sep 20, 2019
1 parent ec387f3 commit 1c36bfe
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down

0 comments on commit 1c36bfe

Please sign in to comment.