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 6c686ac commit c51c9abCopy full SHA for c51c9ab
streaming/src/test/scala/org/apache/spark/streaming/DStreamClosureSuite.scala
@@ -70,8 +70,8 @@ class DStreamClosureSuite extends FunSuite with BeforeAndAfterAll {
70
/**
71
* Verify that the expected exception is thrown.
72
*
73
- * We use return statements as an indication that a closure is actually being cleaned
74
- * We expect closure cleaner to find the return statements in the user provided closures
+ * We use return statements as an indication that a closure is actually being cleaned.
+ * We expect closure cleaner to find the return statements in the user provided closures.
75
*/
76
private def expectCorrectException(body: => Unit): Unit = {
77
try {
0 commit comments