Skip to content

Commit c51c9ab

Browse files
author
Andrew Or
committed
Add periods (trivial)
1 parent 6c686ac commit c51c9ab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

streaming/src/test/scala/org/apache/spark/streaming/DStreamClosureSuite.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,8 @@ class DStreamClosureSuite extends FunSuite with BeforeAndAfterAll {
7070
/**
7171
* Verify that the expected exception is thrown.
7272
*
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
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.
7575
*/
7676
private def expectCorrectException(body: => Unit): Unit = {
7777
try {

0 commit comments

Comments
 (0)