Skip to content

Commit b2c570a

Browse files
author
Marcelo Vanzin
committed
Make class package-private.
1 parent 4406f61 commit b2c570a

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
@@ -29,7 +29,7 @@ import org.apache.spark.scheduler._
2929
import org.apache.spark.ui.SparkUI
3030
import org.apache.spark.util.Utils
3131

32-
class FsHistoryProvider(conf: SparkConf) extends ApplicationHistoryProvider
32+
private[history] class FsHistoryProvider(conf: SparkConf) extends ApplicationHistoryProvider
3333
with Logging {
3434

3535
// Interval between each check for event log updates

0 commit comments

Comments
 (0)