This is an automated email from the ASF dual-hosted git repository.

jonyang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-eventmesh.git


The following commit(s) were added to refs/heads/master by this push:
     new 65101d939 [2646][Enhancement] Recomputed: SerialVersionUID for 
BatchMessageWrapper (#2930)
65101d939 is described below

commit 65101d939cd46e8d284b361effbfbc609570d790
Author: Shubam Virdi <[email protected]>
AuthorDate: Tue Jan 17 06:37:02 2023 +0530

    [2646][Enhancement] Recomputed: SerialVersionUID for BatchMessageWrapper 
(#2930)
---
 .../eventmesh/common/protocol/grpc/common/BatchMessageWrapper.java     | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git 
a/eventmesh-common/src/main/java/org/apache/eventmesh/common/protocol/grpc/common/BatchMessageWrapper.java
 
b/eventmesh-common/src/main/java/org/apache/eventmesh/common/protocol/grpc/common/BatchMessageWrapper.java
index 0f67b4227..c73b10dc6 100644
--- 
a/eventmesh-common/src/main/java/org/apache/eventmesh/common/protocol/grpc/common/BatchMessageWrapper.java
+++ 
b/eventmesh-common/src/main/java/org/apache/eventmesh/common/protocol/grpc/common/BatchMessageWrapper.java
@@ -21,8 +21,7 @@ import 
org.apache.eventmesh.common.protocol.ProtocolTransportObject;
 import org.apache.eventmesh.common.protocol.grpc.protos.BatchMessage;
 
 public class BatchMessageWrapper implements ProtocolTransportObject {
-    public static final long serialVersionUID = 7658452608197650205L;
-
+    private static final long serialVersionUID = -3296467364340663768L;
     private final BatchMessage batchMessage;
 
     public BatchMessageWrapper(BatchMessage batchMessage) {


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to