=str typo in exception, it is getStageActor

This commit is contained in:
Konrad `ktoso` Malawski 2017-06-05 01:49:02 +02:00 committed by GitHub
parent 8521333f49
commit b98bf72f57

View file

@ -69,7 +69,7 @@ private object TimerMessages {
object GraphStageLogic {
final case class StageActorRefNotInitializedException()
extends RuntimeException("You must first call getStageActorRef, to initialize the Actors behaviour")
extends RuntimeException("You must first call getStageActor, to initialize the Actors behaviour")
/**
* Input handler that terminates the stage upon receiving completion.