This is an automated email from the ASF dual-hosted git repository.
morningman pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git
The following commit(s) were added to refs/heads/master by this push:
new 32bba15e34 [refactor][fix] remove useless import in Config.java (#8878)
32bba15e34 is described below
commit 32bba15e34e99d52ba62f2a2ee6c8e5beb906b09
Author: Xin Liao <[email protected]>
AuthorDate: Thu Apr 7 11:40:05 2022 +0800
[refactor][fix] remove useless import in Config.java (#8878)
---
fe/fe-core/src/main/java/org/apache/doris/common/Config.java | 1 -
1 file changed, 1 deletion(-)
diff --git a/fe/fe-core/src/main/java/org/apache/doris/common/Config.java
b/fe/fe-core/src/main/java/org/apache/doris/common/Config.java
index 355477d9fc..9ce74a0fd0 100644
--- a/fe/fe-core/src/main/java/org/apache/doris/common/Config.java
+++ b/fe/fe-core/src/main/java/org/apache/doris/common/Config.java
@@ -18,7 +18,6 @@
package org.apache.doris.common;
import org.apache.doris.PaloFe;
-import org.apache.doris.http.HttpServer;
public class Config extends ConfigBase {
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]