Remove unused import

This commit is contained in:
Albumen Kevin 2022-09-02 11:15:02 +08:00 committed by GitHub
parent af0d2d2b58
commit 4579d74218
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -29,8 +29,6 @@ import org.apache.dubbo.rpc.RpcContext;
import org.apache.dubbo.rpc.RpcException;
import org.apache.dubbo.rpc.TimeoutCountDown;
import java.util.Arrays;
import static org.apache.dubbo.common.constants.CommonConstants.TIME_COUNTDOWN_KEY;
/**