We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f96475 commit e676d18Copy full SHA for e676d18
streaming/src/test/scala/org/apache/spark/streaming/StreamingContextSuite.scala
@@ -47,7 +47,7 @@ class StreamingContextSuite extends FunSuite with BeforeAndAfter with Timeouts w
47
if (ssc != null) {
48
ssc.stop()
49
if (ssc.sc != null) {
50
- // Calling ssc.stop() does not always not stop the associated SparkContext.
+ // Calling ssc.stop() does not always stop the associated SparkContext.
51
ssc.sc.stop()
52
}
53
ssc = null
0 commit comments