You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@eventmesh.apache.org by ch...@apache.org on 2023/01/30 02:28:32 UTC

[incubator-eventmesh] branch master updated: [ISSUE #2647] rebuild serialVersionUID (#2647)

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

chenzhou 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 5751ffc7d [ISSUE #2647] rebuild serialVersionUID (#2647)
     new ff85b90bb Merge pull request #2962 from koonchen/fix_2647
5751ffc7d is described below

commit 5751ffc7d9577b111cc0b09684a48779f6fa9536
Author: koonchen <zp...@gmail.com>
AuthorDate: Sun Jan 29 21:00:40 2023 +0800

    [ISSUE #2647] rebuild serialVersionUID (#2647)
---
 .../eventmesh/common/protocol/grpc/common/SimpleMessageWrapper.java     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/eventmesh-common/src/main/java/org/apache/eventmesh/common/protocol/grpc/common/SimpleMessageWrapper.java b/eventmesh-common/src/main/java/org/apache/eventmesh/common/protocol/grpc/common/SimpleMessageWrapper.java
index bae6653b8..8a70b8f99 100644
--- a/eventmesh-common/src/main/java/org/apache/eventmesh/common/protocol/grpc/common/SimpleMessageWrapper.java
+++ b/eventmesh-common/src/main/java/org/apache/eventmesh/common/protocol/grpc/common/SimpleMessageWrapper.java
@@ -22,7 +22,7 @@ import org.apache.eventmesh.common.protocol.grpc.protos.SimpleMessage;
 
 public class SimpleMessageWrapper implements ProtocolTransportObject {
 
-    public static final long serialVersionUID = 6679584345416493607L;
+    private static final long serialVersionUID = 4562321593749195797L;
 
     private final SimpleMessage simpleMessage;
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@eventmesh.apache.org
For additional commands, e-mail: commits-help@eventmesh.apache.org