Skip to content

Commit 76c69df

Browse files
author
Vladimir Kotal
committed
add serialVersionUID
1 parent 5987496 commit 76c69df

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

plugins/src/opengrok/auth/entity/LdapUser.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ public class LdapUser implements Serializable {
3939
private Set<String> ou;
4040
private final Map<String, Set<String>> attrs = new HashMap<>();
4141

42+
private static final long serialVersionUID = 1L;
43+
4244
public LdapUser(String mail, String uid, Set<String> ou) {
4345
this.mail = mail;
4446
this.uid = uid;

0 commit comments

Comments
 (0)