Skip to content

Commit 077db4f

Browse files
committed
[ci] Add missing serial version uid as 1L
1 parent cc812cc commit 077db4f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/main/java/org/apache/ibatis/cache/CacheKey.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ public class CacheKey implements Cloneable, Serializable {
3131

3232
public static final CacheKey NULL_CACHE_KEY = new CacheKey() {
3333

34+
private static final long serialVersionUID = 1L;
35+
3436
@Override
3537
public void update(Object object) {
3638
throw new CacheException("Not allowed to update a null cache key instance.");

0 commit comments

Comments
 (0)