mirror of
https://github.com/tiennm99/java-design-patterns.git
synced 2026-05-17 04:59:21 +00:00
Formatted all files to the same standard
This commit is contained in:
@@ -5,7 +5,7 @@ public enum Action {
|
||||
HUNT, TALE, GOLD, ENEMY;
|
||||
|
||||
public String toString() {
|
||||
|
||||
|
||||
String s = "";
|
||||
switch (this) {
|
||||
case ENEMY:
|
||||
|
||||
Reference in New Issue
Block a user