Skip to content

Commit d69f775

Browse files
committed
Add private[spark]
1 parent 8ae42e0 commit d69f775

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/main/scala/org/apache/spark/CheckpointManager.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ import org.apache.hadoop.fs.Path
2626
import org.apache.spark.rdd.{ReliableRDDCheckpointData, ReliableCheckpointRDD, RDD}
2727
import org.apache.spark.storage._
2828

29-
class CheckpointManager extends Logging {
29+
private[spark] class CheckpointManager extends Logging {
3030

3131
/** Keys of RDD partitions that are being checkpointed. */
3232
private val checkpointingRDDPartitions = new mutable.HashSet[RDDBlockId]

0 commit comments

Comments
 (0)