fix compile error (#8008)
This commit is contained in:
parent
f0ee73e76f
commit
175b57ce53
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue