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 cad2cb413 fix issue2643
     new bee0c2f7b Merge pull request #2679 from jonyangx/issue2643
cad2cb413 is described below

commit cad2cb413b163eb9e9bff0021b07c8c9702cbcbd
Author: jonyangx <[email protected]>
AuthorDate: Fri Dec 23 20:11:30 2022 +0800

    fix issue2643
---
 .../java/org/apache/eventmesh/common/exception/EventMeshException.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/eventmesh-common/src/main/java/org/apache/eventmesh/common/exception/EventMeshException.java
 
b/eventmesh-common/src/main/java/org/apache/eventmesh/common/exception/EventMeshException.java
index 97046baef..5e106d05e 100644
--- 
a/eventmesh-common/src/main/java/org/apache/eventmesh/common/exception/EventMeshException.java
+++ 
b/eventmesh-common/src/main/java/org/apache/eventmesh/common/exception/EventMeshException.java
@@ -18,7 +18,7 @@
 package org.apache.eventmesh.common.exception;
 
 public class EventMeshException extends RuntimeException {
-    public static final long serialVersionUID = 5774485660304045938L;
+    public static final long serialVersionUID = 5648256502005456586L;
 
     public EventMeshException(String message) {
         super(message);


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

Reply via email to