Skip to content
Snippets Groups Projects
Commit 8f17387d authored by Imran Rashid's avatar Imran Rashid
Browse files

remove bogus comment

parent 0f37b43b
No related branches found
No related tags found
No related merge requests found
......@@ -9,8 +9,6 @@ class TaskContext(
val attemptId: Long,
val taskMetrics: TaskMetrics = TaskMetrics.empty()
) extends Serializable {
//by adding Task here, I'm destroying the separation between Task & TaskContext ... not sure why they need to
// be separate
@transient val onCompleteCallbacks = new ArrayBuffer[() => Unit]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment