mirror of
https://github.com/tiennm99/java-design-patterns.git
synced 2026-05-14 10:58:42 +00:00
Fixed a whitespace and spelling issue that was causing the test case to fail.
This commit is contained in:
@@ -42,7 +42,7 @@ public class Soldier implements SoldierExtension {
|
||||
|
||||
@Override
|
||||
public void soldierReady() {
|
||||
LOGGER.info("[Solider] " + unit.getName() + " is ready!");
|
||||
LOGGER.info("[Soldier] " + unit.getName() + " is ready!");
|
||||
}
|
||||
|
||||
public SoldierUnit getUnit() {
|
||||
|
||||
Reference in New Issue
Block a user