Skip to content

Commit fda7227

Browse files
committed
Update Security.java
1 parent 655713e commit fda7227

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

nitrite/src/main/java/org/dizitart/no2/Security.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,7 @@ private static boolean isExpectedPassword(char[] password, byte[] salt, byte[] e
166166

167167
@Data
168168
private static class UserCredential implements Serializable {
169+
private static final long serialVersionUID = 1647971266L;
169170
private byte[] passwordHash;
170171
private byte[] passwordSalt;
171172
}

0 commit comments

Comments
 (0)