Merge branch 'patch-1' of https://github.com/saifulazad/java-design-patterns into saifulazad-patch-1
This commit is contained in:
commit
20c1e2ea80
@ -31,6 +31,6 @@ public class MeleeStrategy implements DragonSlayingStrategy {
|
||||
|
||||
@Override
|
||||
public void execute() {
|
||||
System.out.println("With your Excalibur you severe the dragon's head!");
|
||||
System.out.println("With your Excalibur you sever the dragon's head!");
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user