You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@eventmesh.apache.org by jo...@apache.org on 2022/12/02 19:26:42 UTC

[incubator-eventmesh] branch master updated: add final modifier in WorkflowPaymentAsyncSubscribe.java (#2404)

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 9350deca0 add final modifier in WorkflowPaymentAsyncSubscribe.java (#2404)
9350deca0 is described below

commit 9350deca04804f29d49b4707075dc9a83665d2a0
Author: MajorHe1 <53...@users.noreply.github.com>
AuthorDate: Sat Dec 3 03:26:36 2022 +0800

    add final modifier in WorkflowPaymentAsyncSubscribe.java (#2404)
---
 .../org/apache/eventmesh/grpc/sub/WorkflowPaymentAsyncSubscribe.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/eventmesh-examples/src/main/java/org/apache/eventmesh/grpc/sub/WorkflowPaymentAsyncSubscribe.java b/eventmesh-examples/src/main/java/org/apache/eventmesh/grpc/sub/WorkflowPaymentAsyncSubscribe.java
index 47c2b6759..dff493886 100644
--- a/eventmesh-examples/src/main/java/org/apache/eventmesh/grpc/sub/WorkflowPaymentAsyncSubscribe.java
+++ b/eventmesh-examples/src/main/java/org/apache/eventmesh/grpc/sub/WorkflowPaymentAsyncSubscribe.java
@@ -42,7 +42,7 @@ import lombok.extern.slf4j.Slf4j;
 @Slf4j
 public class WorkflowPaymentAsyncSubscribe implements ReceiveMsgHook<EventMeshMessage> {
 
-    public static WorkflowPaymentAsyncSubscribe handler = new WorkflowPaymentAsyncSubscribe();
+    public static final WorkflowPaymentAsyncSubscribe handler = new WorkflowPaymentAsyncSubscribe();
     public static EventMeshWorkflowClient workflowClient;
 
     public static void main(String[] args) throws Exception {


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