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/11/03 12:56:37 UTC

[incubator-eventmesh] branch master updated: fix CI error: redis connector

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 5313b250 fix CI error: redis connector
     new 48440f69 Merge pull request #2104 from horoc/fix-ci-error-redis
5313b250 is described below

commit 5313b250779c56101fa40e22d14b5ec8cf9aead8
Author: horoc <ho...@gmail.com>
AuthorDate: Thu Nov 3 20:00:29 2022 +0800

    fix CI error: redis connector
---
 .../eventmesh/connector/redis/config/ConfigurationWrapper.java      | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/eventmesh-connector-plugin/eventmesh-connector-redis/src/main/java/org/apache/eventmesh/connector/redis/config/ConfigurationWrapper.java b/eventmesh-connector-plugin/eventmesh-connector-redis/src/main/java/org/apache/eventmesh/connector/redis/config/ConfigurationWrapper.java
index d73ce2c5..ceee35e9 100644
--- a/eventmesh-connector-plugin/eventmesh-connector-redis/src/main/java/org/apache/eventmesh/connector/redis/config/ConfigurationWrapper.java
+++ b/eventmesh-connector-plugin/eventmesh-connector-redis/src/main/java/org/apache/eventmesh/connector/redis/config/ConfigurationWrapper.java
@@ -17,16 +17,18 @@
 
 package org.apache.eventmesh.connector.redis.config;
 
-import lombok.extern.slf4j.Slf4j;
-import org.apache.commons.lang3.StringUtils;
 import org.apache.eventmesh.common.Constants;
 import org.apache.eventmesh.common.utils.PropertiesUtils;
 
+import org.apache.commons.lang3.StringUtils;
+
 import java.io.File;
 import java.io.IOException;
 import java.io.InputStream;
 import java.util.Properties;
 
+import lombok.extern.slf4j.Slf4j;
+
 @Slf4j
 public class ConfigurationWrapper {
 


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