You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by he...@apache.org on 2020/04/27 07:37:02 UTC

[dubbo] branch master updated: polish #5323

This is an automated email from the ASF dual-hosted git repository.

hengyunabc pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/dubbo.git


The following commit(s) were added to refs/heads/master by this push:
     new 990d0d9  polish #5323
990d0d9 is described below

commit 990d0d9fca3356c115050a4205a67e7016908612
Author: hengyunabc <he...@gmail.com>
AuthorDate: Mon Apr 27 15:36:41 2020 +0800

    polish #5323
---
 .../java/org/apache/dubbo/remoting/http/servlet/ServletHttpBinder.java   | 1 -
 1 file changed, 1 deletion(-)

diff --git a/dubbo-remoting/dubbo-remoting-http/src/main/java/org/apache/dubbo/remoting/http/servlet/ServletHttpBinder.java b/dubbo-remoting/dubbo-remoting-http/src/main/java/org/apache/dubbo/remoting/http/servlet/ServletHttpBinder.java
index 80a15d8..cb015b7 100644
--- a/dubbo-remoting/dubbo-remoting-http/src/main/java/org/apache/dubbo/remoting/http/servlet/ServletHttpBinder.java
+++ b/dubbo-remoting/dubbo-remoting-http/src/main/java/org/apache/dubbo/remoting/http/servlet/ServletHttpBinder.java
@@ -17,7 +17,6 @@
 package org.apache.dubbo.remoting.http.servlet;
 
 import org.apache.dubbo.common.URL;
-import org.apache.dubbo.common.extension.Adaptive;
 import org.apache.dubbo.remoting.http.HttpBinder;
 import org.apache.dubbo.remoting.http.HttpHandler;
 import org.apache.dubbo.remoting.http.HttpServer;