Skip to content

Commit

Permalink
Fix the compiler error
Browse files Browse the repository at this point in the history
  • Loading branch information
zsxwing committed Jan 20, 2016
1 parent 9e36df1 commit 5e2ac50
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ object ZeroMQUtils {
bytesToObjects: Seq[ByteString] => Iterator[T],
storageLevel: StorageLevel = StorageLevel.MEMORY_AND_DISK_SER_2,
actorSystemCreator: () => ActorSystem = ActorReceiver.defaultActorSystemCreator,
supervisorStrategy: SupervisorStrategy = ActorReceiver.defaultStrategy
supervisorStrategy: SupervisorStrategy = ActorReceiver.defaultSupervisorStrategy
): ReceiverInputDStream[T] = {
AkkaUtils.createStream(
ssc,
Expand Down

0 comments on commit 5e2ac50

Please sign in to comment.