fix compile error (#8008)

This commit is contained in:
Wu Zhiguo 2021-06-08 19:03:59 +08:00 committed by GitHub
parent f0ee73e76f
commit 175b57ce53
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 4 deletions

View File

@ -489,8 +489,4 @@ public class MigrationInvoker<T> implements MigrationClusterInvoker<T> {
public boolean checkInvokerAvailable(ClusterInvoker<T> invoker) {
return invoker != null && !invoker.isDestroyed() && invoker.isAvailable();
}
public ClusterInvoker<T> getCurrentAvailableInvoker() {
return currentAvailableInvoker;
}
}