Revert "test build failure"
This reverts commit ab4d7a4022fee843a1af60a35cf8dd1826d32c54.
This commit is contained in:
parent
ab4d7a4022
commit
c41f7ed85f
@ -50,7 +50,7 @@ public class App {
|
||||
*/
|
||||
public static void main(String[] args) {
|
||||
// GoF Strategy pattern
|
||||
LOGGER.info("Green dragon spotted ahead!")sadf
|
||||
LOGGER.info("Green dragon spotted ahead!");
|
||||
var dragonSlayer = new DragonSlayer(new MeleeStrategy());
|
||||
dragonSlayer.goToBattle();
|
||||
LOGGER.info("Red dragon emerges.");
|
||||
|
Loading…
x
Reference in New Issue
Block a user