Skip to content

Commit 7621adf

Browse files
author
Neelesh Srinivas Salian
committed
Added indentation and Space at the comment on line 578; Registering..
1 parent a665965 commit 7621adf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

streaming/src/main/scala/org/apache/spark/streaming/StreamingContext.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -575,7 +575,7 @@ class StreamingContext private[streaming] (
575575
* @throws IllegalStateException if the StreamingContext is already stopped.
576576
*/
577577
def start(): Unit = synchronized {
578-
//Registering Streaming Metrics at the start of the StreamingContext
578+
// Registering Streaming Metrics at the start of the StreamingContext
579579
assert(env != null)
580580
assert(env.metricsSystem != null)
581581
env.metricsSystem.registerSource(streamingSource)

0 commit comments

Comments
 (0)