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 2022/10/27 07:32:47 UTC

[incubator-eventmesh] branch master updated: Add final to AsyncPublish

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 494d6239 Add final to AsyncPublish
     new 1df9eedd Merge pull request #1916 from DylanDuan68/master
494d6239 is described below

commit 494d6239ad91cb50e3b10fb7c03507385cfe6c37
Author: DylanDuan68 <49...@qq.com>
AuthorDate: Wed Oct 26 22:02:50 2022 +0800

    Add final to AsyncPublish
---
 .../org/apache/eventmesh/tcp/demo/pub/cloudevents/AsyncPublish.java     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/eventmesh-examples/src/main/java/org/apache/eventmesh/tcp/demo/pub/cloudevents/AsyncPublish.java b/eventmesh-examples/src/main/java/org/apache/eventmesh/tcp/demo/pub/cloudevents/AsyncPublish.java
index 3cca2341..4d14d9ee 100644
--- a/eventmesh-examples/src/main/java/org/apache/eventmesh/tcp/demo/pub/cloudevents/AsyncPublish.java
+++ b/eventmesh-examples/src/main/java/org/apache/eventmesh/tcp/demo/pub/cloudevents/AsyncPublish.java
@@ -35,7 +35,7 @@ import io.cloudevents.CloudEvent;
 
 public class AsyncPublish {
 
-    public static Logger logger = LoggerFactory.getLogger(AsyncPublish.class);
+    public static final Logger logger = LoggerFactory.getLogger(AsyncPublish.class);
 
     private static EventMeshTCPClient<CloudEvent> client;
 


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