Skip to content

Commit 273d035

Browse files
committed
PDFBOX-5660: fix typo, as suggested by Valery Bokov; closes #438
git-svn-id: https://svn.apache.org/repos/asf/pdfbox/branches/3.0@1932978 13f79535-47bb-0310-9956-ffa450edef68
1 parent d407eac commit 273d035

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
@@ -1064,7 +1064,7 @@ private void subsetDesignatedFonts() throws IOException
10641064
* signed</a>. (PDFBox already does this for signature widget annotations)
10651065
* <p>
10661066
* Another problem with page-based modifications can occur if the page tree isn't flat: there
1067-
* won't be an closed update path from the catalog to the page. To fix this, add code like this:
1067+
* won't be a closed update path from the catalog to the page. To fix this, add code like this:
10681068
* <pre>{@code
10691069
* COSDictionary parent = page.getCOSObject().getCOSDictionary(COSName.PARENT);
10701070
* while (parent != null)

0 commit comments

Comments
 (0)