docs: update visitor

This commit is contained in:
Ilkka Seppälä
2024-05-27 14:59:50 +03:00
parent cca57bfa5e
commit 2bbf893133
2 changed files with 33 additions and 16 deletions
@@ -48,6 +48,5 @@ public class App {
commander.accept(new SoldierVisitor());
commander.accept(new SergeantVisitor());
commander.accept(new CommanderVisitor());
}
}