Fixed typo
This commit is contained in:
parent
6cd7964f9a
commit
6fe322a866
@ -37,7 +37,7 @@ public class User {
|
||||
private Date lastSeen;
|
||||
private envoy.data.User.UserStatus status;
|
||||
|
||||
@OneToMany(targetEntity = User.class, cascade = CascadeType.ALL, fetch = FetchType.LAZY, orphanRemoval = true)
|
||||
@OneToMany(targetEntity = User.class, cascade = CascadeType.ALL, orphanRemoval = true)
|
||||
private List<User> contacts;
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user