mirror of
https://github.com/tiennm99/java-design-patterns.git
synced 2026-05-22 06:24:58 +00:00
docs: update visitor
This commit is contained in:
@@ -48,6 +48,5 @@ public class App {
|
||||
commander.accept(new SoldierVisitor());
|
||||
commander.accept(new SergeantVisitor());
|
||||
commander.accept(new CommanderVisitor());
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user