Skip to content

Commit 2e110f3

Browse files
committed
PDFBOX-5660: fix typo, as suggested by Valery Bokov; closes #438
git-svn-id: https://svn.apache.org/repos/asf/pdfbox/trunk@1932980 13f79535-47bb-0310-9956-ffa450edef68
1 parent 7dcd172 commit 2e110f3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pdfbox/src/main/java/org/apache/pdfbox/pdmodel/PDDocument.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1067,7 +1067,7 @@ private void subsetDesignatedFonts() throws IOException
10671067
* signed</a>. (PDFBox already does this for signature widget annotations)
10681068
* <p>
10691069
* Another problem with page-based modifications can occur if the page tree isn't flat: there
1070-
* won't be an closed update path from the catalog to the page. To fix this, add code like this:
1070+
* won't be a closed update path from the catalog to the page. To fix this, add code like this:
10711071
* <pre>{@code
10721072
* COSDictionary parent = page.getCOSObject().getCOSDictionary(COSName.PARENT);
10731073
* while (parent != null)

0 commit comments

Comments
 (0)