minor formatting cleanup

This commit is contained in:
eugenp
2017-01-29 15:57:30 +02:00
parent c565173601
commit bf95d0aa9d
11 changed files with 80 additions and 105 deletions

View File

@@ -51,7 +51,7 @@ class User {
public void setEmail(String email) {
this.email = email;
}
@Override
public String toString() {
return new StringBuffer().append(getEmail()).toString();