Skip to content
Snippets Groups Projects
Commit 20631ce5 authored by zalavari's avatar zalavari
Browse files

Honey and Oil now prints its name with small letters only (oil instead

of Oil)
parent 099a6ccd
No related branches found
No related tags found
No related merge requests found
...@@ -127,7 +127,7 @@ public class SimpleField extends AbstractField { ...@@ -127,7 +127,7 @@ public class SimpleField extends AbstractField {
} }
@Override @Override
public String toString() { public String toString() {
return "Oil"; return "oil";
} }
} }
...@@ -137,7 +137,7 @@ public class SimpleField extends AbstractField { ...@@ -137,7 +137,7 @@ public class SimpleField extends AbstractField {
} }
@Override @Override
public String toString() { public String toString() {
return "Honey"; return "honey";
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment