You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by al...@apache.org on 2021/02/22 12:38:31 UTC

[dubbo] branch master updated: Remove unused import in dubbo-cluster (#7237)

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

albumenj 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 56ba7de  Remove unused import in dubbo-cluster (#7237)
56ba7de is described below

commit 56ba7de8e8fb484f65b7ff36c7004346cfc8c4db
Author: Albumen Kevin <jh...@gmail.com>
AuthorDate: Mon Feb 22 20:38:14 2021 +0800

    Remove unused import in dubbo-cluster (#7237)
---
 .../org/apache/dubbo/rpc/cluster/support/BroadcastClusterInvoker.java    | 1 -
 1 file changed, 1 deletion(-)

diff --git a/dubbo-cluster/src/main/java/org/apache/dubbo/rpc/cluster/support/BroadcastClusterInvoker.java b/dubbo-cluster/src/main/java/org/apache/dubbo/rpc/cluster/support/BroadcastClusterInvoker.java
index a2b7cad..fcfb132 100644
--- a/dubbo-cluster/src/main/java/org/apache/dubbo/rpc/cluster/support/BroadcastClusterInvoker.java
+++ b/dubbo-cluster/src/main/java/org/apache/dubbo/rpc/cluster/support/BroadcastClusterInvoker.java
@@ -27,7 +27,6 @@ import org.apache.dubbo.rpc.RpcException;
 import org.apache.dubbo.rpc.cluster.Directory;
 import org.apache.dubbo.rpc.cluster.LoadBalance;
 
-import java.text.Format;
 import java.util.List;
 
 /**