DataManagementPlanManager.java: #7893 - Added description of Datasets on DMP exported word file.

This commit is contained in:
Konstantina Galouni 2022-07-12 12:52:04 +03:00
parent b21693bff1
commit 9b4c7aeb6f
1 changed files with 1 additions and 1 deletions

View File

@ -1315,7 +1315,7 @@ public class DataManagementPlanManager {
// }*/
//
//
// wordBuilder.addParagraphContent(datasetEntity.getDescription(), document, ParagraphStyle.HTML, BigInteger.ZERO);
wordBuilder.addParagraphContent(datasetEntity.getDescription(), document, ParagraphStyle.HTML, BigInteger.ZERO);
// Dataset Description custom style.
XWPFParagraph datasetDescriptionParagraph = document.createParagraph();