We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab4d7a4 commit c41f7edCopy full SHA for c41f7ed
strategy/src/main/java/com/iluwatar/strategy/App.java
@@ -50,7 +50,7 @@ public class App {
50
*/
51
public static void main(String[] args) {
52
// GoF Strategy pattern
53
- LOGGER.info("Green dragon spotted ahead!")sadf
+ LOGGER.info("Green dragon spotted ahead!");
54
var dragonSlayer = new DragonSlayer(new MeleeStrategy());
55
dragonSlayer.goToBattle();
56
LOGGER.info("Red dragon emerges.");
0 commit comments