Skip to content

Commit

Permalink
Update ReceiverTrackerSuite.scala
Browse files Browse the repository at this point in the history
  • Loading branch information
nishkamravi2 committed Jun 17, 2015
1 parent ae29152 commit 9f1abc2
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,8 @@ class ReceiverTrackerSuite extends TestSuiteBase {
/**
* Dummy receiver implementation
*/
private class DummyReceiver(host: Option[String] = None) extends Receiver[Int](StorageLevel.MEMORY_ONLY) {
private class DummyReceiver(host: Option[String] = None)
extends Receiver[Int](StorageLevel.MEMORY_ONLY) {

def onStart() {
}
Expand Down

0 comments on commit 9f1abc2

Please sign in to comment.