You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by li...@apache.org on 2019/07/02 05:06:52 UTC

[dubbo] branch 2.7.3-release updated: Remove unused imports (#4443)

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

liujun pushed a commit to branch 2.7.3-release
in repository https://gitbox.apache.org/repos/asf/dubbo.git


The following commit(s) were added to refs/heads/2.7.3-release by this push:
     new a229d87  Remove unused imports (#4443)
a229d87 is described below

commit a229d87b9df989038cab060871cdbc8de92d3f78
Author: ken.lj <ke...@gmail.com>
AuthorDate: Tue Jul 2 13:06:43 2019 +0800

    Remove unused imports (#4443)
---
 .../main/java/org/apache/dubbo/rpc/protocol/AsyncToSyncInvoker.java    | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/dubbo-rpc/dubbo-rpc-api/src/main/java/org/apache/dubbo/rpc/protocol/AsyncToSyncInvoker.java b/dubbo-rpc/dubbo-rpc-api/src/main/java/org/apache/dubbo/rpc/protocol/AsyncToSyncInvoker.java
index 0d3af4d..0b28532 100644
--- a/dubbo-rpc/dubbo-rpc-api/src/main/java/org/apache/dubbo/rpc/protocol/AsyncToSyncInvoker.java
+++ b/dubbo-rpc/dubbo-rpc-api/src/main/java/org/apache/dubbo/rpc/protocol/AsyncToSyncInvoker.java
@@ -29,9 +29,6 @@ import org.apache.dubbo.rpc.RpcInvocation;
 import java.util.concurrent.ExecutionException;
 import java.util.concurrent.TimeUnit;
 
-import static org.apache.dubbo.common.constants.CommonConstants.DEFAULT_TIMEOUT;
-import static org.apache.dubbo.common.constants.CommonConstants.TIMEOUT_KEY;
-
 /**
  * This class will work as a wrapper wrapping outside of each protocol invoker.
  *