Skip to content

Commit adbd1ae

Browse files
committed
PDFBOX-6067: correct comment
git-svn-id: https://svn.apache.org/repos/asf/pdfbox/trunk@1928397 13f79535-47bb-0310-9956-ffa450edef68
1 parent 6211400 commit adbd1ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pdfbox/src/test/java/org/apache/pdfbox/multipdf/PDFMergerUtilityTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -964,7 +964,7 @@ else if (base instanceof COSDictionary)
964964
}
965965
else if (kdict.containsKey(COSName.K))
966966
{
967-
// at least 1 kid with dict with /Pg and /MCR
967+
// at least 1 kid with dict with /Pg, /MCID and type /MCR
968968
// happens with confidential file from PDFBOX-6009
969969
COSArray kidArray = kdict.getCOSArray(COSName.K);
970970
if (kidArray != null)

0 commit comments

Comments
 (0)