Skip to content

Commit f03f7f5

Browse files
committed
More one fix
1 parent af06bd9 commit f03f7f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -606,7 +606,7 @@ public class App {
606606

607607
Spawn spawnSystem = new Spawn.SpawnSystem()
608608
.create("spawn-system")
609-
.withActor(Joe.class, actorConstructorArgs, injector -> new Joe((DependencyInjector) injector))
609+
.withActor(Joe.class, injector -> new Joe((DependencyInjector) injector))
610610
.build();
611611

612612
spawnSystem.start();

0 commit comments

Comments
 (0)