remove UnusedImports (#7255)
This commit is contained in:
parent
3bcb195f3a
commit
6b3e7b7f05
|
|
@ -43,9 +43,7 @@ import java.util.concurrent.Executors;
|
|||
import java.util.concurrent.ScheduledExecutorService;
|
||||
import java.util.concurrent.TimeUnit;
|
||||
|
||||
import static org.apache.dubbo.common.constants.CommonConstants.GROUP_KEY;
|
||||
import static org.apache.dubbo.common.constants.CommonConstants.PROVIDER;
|
||||
import static org.apache.dubbo.common.constants.CommonConstants.VERSION_KEY;
|
||||
import static org.apache.dubbo.rpc.Constants.ACCESS_LOG_KEY;
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in New Issue