code clean up

This commit is contained in:
Hendrik Schutter 2020-06-21 00:14:00 +02:00
parent 1f83a82f17
commit b846b919b7
1 changed files with 1 additions and 4 deletions

View File

@ -23,10 +23,7 @@ public class User {
@NotNull
@Column(unique = true)
public String email;
/*
@Column(insertable = false, updatable = false)
public String name;
*/
public String salutation;
public String passwordHash;