ES文档点集修改,Sonar序列化问题修改

This commit is contained in:
liuzhaotian
2024-10-28 13:49:51 +08:00
parent 7573616d0c
commit a448070cb9
10 changed files with 125 additions and 16 deletions
@@ -260,10 +260,6 @@ public class InvocableHandlerMethod extends HandlerMethod {
return this.returnType.getType();
}
@Override
public AsyncResultMethodParameter clone() {
return new AsyncResultMethodParameter(this);
}
}
}