This is an automated email from the ASF dual-hosted git repository.
panjuan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git
The following commit(s) were added to refs/heads/master by this push:
new 87933125e4d Fix sonar issues of DefaultLoggingRuleConfigurationBuilder
(#25702)
87933125e4d is described below
commit 87933125e4dce490deb907038b44ec2236ee8052
Author: Liang Zhang <[email protected]>
AuthorDate: Tue May 16 17:51:18 2023 +0800
Fix sonar issues of DefaultLoggingRuleConfigurationBuilder (#25702)
---
.../logging/rule/builder/DefaultLoggingRuleConfigurationBuilder.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/kernel/logging/core/src/main/java/org/apache/shardingsphere/logging/rule/builder/DefaultLoggingRuleConfigurationBuilder.java
b/kernel/logging/core/src/main/java/org/apache/shardingsphere/logging/rule/builder/DefaultLoggingRuleConfigurationBuilder.java
index 5afbbd4648b..60fee076591 100644
---
a/kernel/logging/core/src/main/java/org/apache/shardingsphere/logging/rule/builder/DefaultLoggingRuleConfigurationBuilder.java
+++
b/kernel/logging/core/src/main/java/org/apache/shardingsphere/logging/rule/builder/DefaultLoggingRuleConfigurationBuilder.java
@@ -17,7 +17,7 @@
package org.apache.shardingsphere.logging.rule.builder;
-import ch.qos.logback.classic.Logger;
+import org.slf4j.Logger;
import ch.qos.logback.classic.LoggerContext;
import ch.qos.logback.classic.PatternLayout;
import ch.qos.logback.classic.spi.ILoggingEvent;