mirror of
https://github.com/tiennm99/java-design-patterns.git
synced 2026-05-19 13:26:33 +00:00
Formatted all files to the same standard
This commit is contained in:
@@ -3,14 +3,14 @@ package com.iluwatar;
|
||||
/**
|
||||
*
|
||||
* Implementation interface.
|
||||
*
|
||||
*
|
||||
*/
|
||||
public abstract class MagicWeaponImp {
|
||||
|
||||
public abstract void wieldImp();
|
||||
|
||||
|
||||
public abstract void swingImp();
|
||||
|
||||
|
||||
public abstract void unwieldImp();
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user