fixed build
This commit is contained in:
parent
5bea674ddc
commit
232f1a2f4e
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ import ch.ethz.seb.sebserver.gbl.util.Utils;
|
||||||
@JsonIgnoreProperties(ignoreUnknown = true)
|
@JsonIgnoreProperties(ignoreUnknown = true)
|
||||||
public final class UserInfo implements UserAccount, Serializable {
|
public final class UserInfo implements UserAccount, Serializable {
|
||||||
|
|
||||||
@Serial
|
|
||||||
private static final long serialVersionUID = 2526446136264377808L;
|
private static final long serialVersionUID = 2526446136264377808L;
|
||||||
|
|
||||||
public static final String ATTR_ENTITY_PRIVILEGES = "entityPrivileges";
|
public static final String ATTR_ENTITY_PRIVILEGES = "entityPrivileges";
|
||||||
|
|
Loading…
Reference in a new issue