Skip to content

Commit 7dfe41e

Browse files
author
Davies Liu
committed
fix style
1 parent 28a9409 commit 7dfe41e

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

  • core/src/main/scala/org/apache/spark/scheduler

core/src/main/scala/org/apache/spark/scheduler/Stage.scala

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,10 @@ private[spark] class Stage(
7070
var resultOfJob: Option[ActiveJob] = None
7171
var pendingTasks = new HashSet[Task[_]]
7272

73-
/** This is used to track the life cycle of broadcast,
74-
* then it can be release by GC once the stage is released */
73+
/**
74+
* This is used to track the life cycle of broadcast,
75+
* then it can be release by GC once the stage is released
76+
*/
7577
var broadcastedTaskBinary: Broadcast[Array[Byte]] = _
7678

7779
private var nextAttemptId = 0

0 commit comments

Comments
 (0)