fix batch Deregister Common (#9419)
This commit is contained in:
parent
c5a20d1e97
commit
afa73fd4a3
@ -55,7 +55,7 @@ public interface NamingClientProxy extends Closeable {
|
||||
void batchRegisterService(String serviceName, String groupName, List<Instance> instances) throws NacosException;
|
||||
|
||||
/**
|
||||
* Batch register instance to service with specified instance properties.
|
||||
* Batch deRegister instance to service with specified instance properties.
|
||||
*
|
||||
* @param serviceName service name
|
||||
* @param groupName group name
|
||||
|
@ -138,7 +138,7 @@ public class NamingGrpcClientProxy extends AbstractNamingClientProxy {
|
||||
}
|
||||
|
||||
/**
|
||||
* Get instance list that need to be deregistered.
|
||||
* Get instance list that need to be Retained.
|
||||
*
|
||||
* @param serviceName service name
|
||||
* @param groupName group name
|
||||
|
Loading…
Reference in New Issue
Block a user