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 09:01:14 UTC

[incubator-eventmesh] branch master updated: field add final

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 1ec18bfc field add final
     new 1e4b94b2 Merge pull request #1963 from huzhiming12/fix_patch_issue
1ec18bfc is described below

commit 1ec18bfcb00e2c7aad1cfe0e9cd2ab68eef7041b
Author: huzhiming12 <ou...@sina.com>
AuthorDate: Thu Oct 27 15:03:29 2022 +0800

    field add final
---
 .../org/apache/eventmesh/client/http/demo/AsyncSyncRequestInstance.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/eventmesh-sdk-java/src/test/java/org/apache/eventmesh/client/http/demo/AsyncSyncRequestInstance.java b/eventmesh-sdk-java/src/test/java/org/apache/eventmesh/client/http/demo/AsyncSyncRequestInstance.java
index 9f84cb6a..02c607c8 100644
--- a/eventmesh-sdk-java/src/test/java/org/apache/eventmesh/client/http/demo/AsyncSyncRequestInstance.java
+++ b/eventmesh-sdk-java/src/test/java/org/apache/eventmesh/client/http/demo/AsyncSyncRequestInstance.java
@@ -33,7 +33,7 @@ import org.slf4j.LoggerFactory;
 
 public class AsyncSyncRequestInstance {
 
-    public static Logger logger = LoggerFactory.getLogger(AsyncSyncRequestInstance.class);
+    public static final Logger logger = LoggerFactory.getLogger(AsyncSyncRequestInstance.class);
 
     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