fix batch Deregister Common (#9419)

This commit is contained in:
陈浩 Nineteen 2022-10-31 11:04:46 +08:00 committed by GitHub
parent c5a20d1e97
commit afa73fd4a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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