public static void addComment(List<AddCommentTextDto> addCommentTextDtoList, Document document) {
initLicense();
if (CollectionUtils.isEmpty(addCommentTextDtoList)) {
return;
}
…...addCommentTextDtoLis) { Section section = (Section) document.getChild(NodeType...getChild(NodeType.SECTION, addCommentTextDto.getSectionIndex(), true);...