mirror of
https://github.com/tiennm99/java-design-patterns.git
synced 2026-05-16 18:59:21 +00:00
Test done
This commit is contained in:
@@ -13,4 +13,9 @@ public class Commander implements CommanderExtension {
|
||||
public Commander(CommanderUnit commanderUnit) {
|
||||
this.unit = commanderUnit;
|
||||
}
|
||||
|
||||
@Override
|
||||
public void commanderReady() {
|
||||
System.out.println("[Commander] " + unit.getName() + " is ready!");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user