Skip to content

Commit

Permalink
PDFBOX-5660: improve javadoc
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/pdfbox/trunk@1921595 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
THausherr committed Oct 27, 2024
1 parent 4fc1108 commit 3774d09
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ public PDStructureTreeRoot(COSDictionary dic)

/**
* Returns the K entry. This can be a dictionary representing a structure element, or an array
* of them.
* of them. To get it as a list of PDStructureElement objects, use {@link #getKids()} instead.
*
* @return the K entry.
*/
Expand Down

0 comments on commit 3774d09

Please sign in to comment.