Skip to content

Commit abab461

Browse files
committed
Address Scalastyle check
1 parent 8f583b9 commit abab461

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -694,8 +694,8 @@ class StreamingContext private[streaming] (
694694
def stop(stopSparkContext: Boolean, stopGracefully: Boolean): Unit = {
695695
var shutdownHookRefToRemove: AnyRef = null
696696
if (AsynchronousListenerBus.withinListenerThread.value) {
697-
throw new SparkException("Cannot stop StreamingContext within listener thread of
698-
AsynchronousListenerBus")
697+
throw new SparkException("Cannot stop StreamingContext within listener thread of" +
698+
" AsynchronousListenerBus")
699699
}
700700
synchronized {
701701
try {

0 commit comments

Comments
 (0)