DS-3817: DSpace citation cover page - small fixes

This commit is contained in:
Yana De Pauw
2018-01-29 15:31:34 +01:00
parent 028e72d1b6
commit 79208c777e
2 changed files with 3 additions and 3 deletions

View File

@@ -283,7 +283,7 @@ public class CitationDocumentServiceImpl implements CitationDocumentService, Ini
generateCoverPage(context, document, coverPage, item);
addCoverPageToDocument(document, sourceDocument, coverPage);
//We already have the full PDF in memory, so keep it their
//We already have the full PDF in memory, so keep it there
try(ByteArrayOutputStream out = new ByteArrayOutputStream()) {
document.save(out);