Fixed typo
This commit is contained in:
parent
01d110fe1c
commit
1a83b5ca50
@ -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