We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07b6b2e commit 4d52ecdCopy full SHA for 4d52ecd
builder/src/main/java/com/iluwatar/Armor.java
@@ -6,7 +6,7 @@ public enum Armor {
6
7
@Override
8
public String toString() {
9
- return name().toLowerCase();
+ return name().toLowerCase().replaceAll("_", " ");
10
}
11
12
0 commit comments