Skip to content

Commit c62e37d

Browse files
committed
Fix syle
1 parent 7590937 commit c62e37d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

streaming/src/main/scala/org/apache/spark/streaming/dstream/ReceiverInputDStream.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ abstract class ReceiverInputDStream[T: ClassTag](@transient ssc_ : StreamingCont
122122
if (validBlockIds.size != blockIds.size) {
123123
logWarning("Some blocks could not be recovered as they were not found in memory. " +
124124
"To prevent such data loss, enabled Write Ahead Log (see programming guide " +
125-
"for more details.")
125+
"for more details.")
126126
}
127127
new BlockRDD[T](ssc.sc, validBlockIds)
128128
}

0 commit comments

Comments
 (0)