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 1d717e6 commit 515c633Copy full SHA for 515c633
README.md
@@ -562,7 +562,7 @@ public final class ActorWithDependencies {
562
563
public ActorWithConstructor(DependencyInjector injector) {
564
// Note how to use dependency injection here to get a concrete class of MessageService.
565
- this.defaultMessage = injector.getInstance(MessageService.class);
+ this.messageService = injector.getInstance(MessageService.class);
566
}
567
568
@Action(inputType = Actor.Request.class)
0 commit comments