Skip to content

Commit d83b892

Browse files
committed
[ci] Remove incorrect set searialVersionUID
1 parent 3e574ca commit d83b892

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/test/java/org/apache/ibatis/submitted/custom_collection_handling/CustomObjectFactory.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,6 @@
3333

3434
public class CustomObjectFactory implements ObjectFactory {
3535

36-
private static final long serialVersionUID = -8855120656940914948L;
37-
3836
@Override
3937
public <T> T create(Class<T> type) {
4038
return create(type, null, null);

0 commit comments

Comments
 (0)