You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by mo...@apache.org on 2022/04/07 03:40:10 UTC

[incubator-doris] branch master updated: [refactor][fix] remove useless import in Config.java (#8878)

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 <li...@126.com>
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: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org