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 af06bd9 commit f03f7f5Copy full SHA for f03f7f5
README.md
@@ -606,7 +606,7 @@ public class App {
606
607
Spawn spawnSystem = new Spawn.SpawnSystem()
608
.create("spawn-system")
609
- .withActor(Joe.class, actorConstructorArgs, injector -> new Joe((DependencyInjector) injector))
+ .withActor(Joe.class, injector -> new Joe((DependencyInjector) injector))
610
.build();
611
612
spawnSystem.start();
0 commit comments