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 0952529a8 #2645 Issue: computed serialVersionUID using IDE
new 45f19d057 Merge pull request #3367 from ibrijesh/fix_patch_2645
0952529a8 is described below
commit 0952529a8ee811ed8ed67066b7ff6c83e08fe8f4
Author: Brijesh Yadav <[email protected]>
AuthorDate: Wed Mar 8 12:48:03 2023 +0530
#2645 Issue: computed serialVersionUID using IDE
---
.../java/org/apache/eventmesh/common/protocol/SubscriptionItem.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/eventmesh-common/src/main/java/org/apache/eventmesh/common/protocol/SubscriptionItem.java
b/eventmesh-common/src/main/java/org/apache/eventmesh/common/protocol/SubscriptionItem.java
index 7f8515ca8..306c0c4e2 100644
---
a/eventmesh-common/src/main/java/org/apache/eventmesh/common/protocol/SubscriptionItem.java
+++
b/eventmesh-common/src/main/java/org/apache/eventmesh/common/protocol/SubscriptionItem.java
@@ -24,7 +24,7 @@ import com.google.common.base.Objects;
public class SubscriptionItem implements Serializable {
- public static final long serialVersionUID = 2375640521211793028L;
+ private static final long serialVersionUID = 171486618880705657L;
private String topic;
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]