mirror of
https://bitbucket.org/wisemapping/wisemapping-open-source.git
synced 2024-11-21 21:57:56 +01:00
Improve toString on User class.
This commit is contained in:
parent
b18505050a
commit
20a9978577
@ -168,7 +168,6 @@ public class User
|
||||
return "User{" +
|
||||
"firstname='" + firstname + '\'' +
|
||||
", lastname='" + lastname + '\'' +
|
||||
", password='" + password + '\'' +
|
||||
"', email = '" + this.getEmail() + "}";
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user