fix: Change the doBatchRead method to private

pull/44/head
Dudley Hartmann 8 months ago committed by GitHub
parent c699e5bd90
commit 0c863fa518
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -828,7 +828,7 @@ public final class ClientAssociation {
return errorNodes; return errorNodes;
} }
public Map<FcModelNode, String> doBatchRead(List<FcModelNode> nodeList) throws ServiceError, IOException { private Map<FcModelNode, String> doBatchRead(List<FcModelNode> nodeList) throws ServiceError, IOException {
ConfirmedServiceRequest serviceRequest = constructGetDataValueListRequest(nodeList); ConfirmedServiceRequest serviceRequest = constructGetDataValueListRequest(nodeList);
ConfirmedServiceResponse confirmedServiceResponse = encodeWriteReadDecode(serviceRequest); ConfirmedServiceResponse confirmedServiceResponse = encodeWriteReadDecode(serviceRequest);
return decodeGetDataValueListResponse(confirmedServiceResponse, nodeList); return decodeGetDataValueListResponse(confirmedServiceResponse, nodeList);

Loading…
Cancel
Save