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/31 02:27:37 UTC

[incubator-eventmesh] branch master updated: 添加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 311dd5dc 添加final
     new 52335cbc Merge pull request #2034 from xiongjiaqiang/fix_patch_jiaqiang
311dd5dc is described below

commit 311dd5dc15c810bd494c9db4dcca005589fdcf06
Author: xiongjiaqiang <86...@qq.com>
AuthorDate: Fri Oct 28 17:42:16 2022 +0800

    添加final
---
 .../org/apache/eventmesh/client/http/demo/SyncRequestInstance.java  | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/eventmesh-sdk-java/src/test/java/org/apache/eventmesh/client/http/demo/SyncRequestInstance.java b/eventmesh-sdk-java/src/test/java/org/apache/eventmesh/client/http/demo/SyncRequestInstance.java
index 6096438a..51ec2af6 100644
--- a/eventmesh-sdk-java/src/test/java/org/apache/eventmesh/client/http/demo/SyncRequestInstance.java
+++ b/eventmesh-sdk-java/src/test/java/org/apache/eventmesh/client/http/demo/SyncRequestInstance.java
@@ -17,21 +17,19 @@
 
 package org.apache.eventmesh.client.http.demo;
 
+import org.apache.commons.lang3.StringUtils;
 import org.apache.eventmesh.client.http.conf.EventMeshHttpClientConfig;
 import org.apache.eventmesh.client.http.producer.EventMeshHttpProducer;
 import org.apache.eventmesh.common.EventMeshMessage;
 import org.apache.eventmesh.common.utils.IPUtils;
 import org.apache.eventmesh.common.utils.RandomStringUtils;
 import org.apache.eventmesh.common.utils.ThreadUtils;
-
-import org.apache.commons.lang3.StringUtils;
-
 import org.slf4j.Logger;
 import org.slf4j.LoggerFactory;
 
 public class SyncRequestInstance {
 
-    public static Logger logger = LoggerFactory.getLogger(SyncRequestInstance.class);
+    public static final Logger logger = LoggerFactory.getLogger(SyncRequestInstance.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