mirror of
https://github.com/tiennm99/java-design-patterns.git
synced 2026-05-21 04:24:12 +00:00
Formatted all files to the same standard
This commit is contained in:
@@ -10,7 +10,7 @@ public class BlindingMagicWeapon extends MagicWeapon {
|
||||
public BlindingMagicWeaponImp getImp() {
|
||||
return (BlindingMagicWeaponImp) imp;
|
||||
}
|
||||
|
||||
|
||||
@Override
|
||||
public void wield() {
|
||||
getImp().wieldImp();
|
||||
@@ -29,5 +29,5 @@ public class BlindingMagicWeapon extends MagicWeapon {
|
||||
public void blind() {
|
||||
getImp().blindImp();
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user