minor refactorings

This commit is contained in:
Sven Kubiak
2015-12-10 11:22:15 +01:00
parent de59b39be5
commit fac3ee3737
5 changed files with 20 additions and 16 deletions

View File

@ -29,6 +29,7 @@ public enum Constants {
this.value = value;
}
@Override
public String toString() {
return this.value;
}