Fixed typo

This commit is contained in:
Kai S. K. Engelbart 2020-01-28 19:57:40 +01:00
parent 6cd7964f9a
commit 6fe322a866
1 changed files with 1 additions and 1 deletions

View File

@ -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;
/**