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

[incubator-eventmesh] branch master updated: recompute the serialVersionUID using IDE

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

mikexue 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 306036254 recompute the serialVersionUID using IDE
     new 786fcc0f7 Merge pull request #2844 from chenyi19851209/bugfix/issue2650
306036254 is described below

commit 30603625494e7506d891f957a6ead7f26529b404
Author: nicolchen <40...@qq.com>
AuthorDate: Fri Jan 6 20:04:19 2023 +0800

    recompute the serialVersionUID using IDE
---
 .../main/java/org/apache/eventmesh/common/protocol/tcp/Package.java    | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/eventmesh-common/src/main/java/org/apache/eventmesh/common/protocol/tcp/Package.java b/eventmesh-common/src/main/java/org/apache/eventmesh/common/protocol/tcp/Package.java
index c23e16249..a0c3d9d89 100644
--- a/eventmesh-common/src/main/java/org/apache/eventmesh/common/protocol/tcp/Package.java
+++ b/eventmesh-common/src/main/java/org/apache/eventmesh/common/protocol/tcp/Package.java
@@ -22,8 +22,7 @@ import org.apache.eventmesh.common.protocol.ProtocolTransportObject;
 
 public class Package implements ProtocolTransportObject {
 
-    public static final long serialVersionUID = 6523844038162094569L;
-
+    private static final long serialVersionUID = 3353018029137072737L;
     private transient Header header;
     private Object body;
 


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