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@1921686 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
THausherr committed Oct 30, 2024
1 parent b32d94e commit 635967d
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ public void setKids(List<Object> kids)
}

/**
* Appends a structure element kid.
* Appends a structure element kid and sets the parent property (/P) to this.
*
* @param structureElement the structure element
*/
Expand Down Expand Up @@ -270,10 +270,10 @@ protected void insertBefore(COSBase newKid, Object refKid)
}

/**
* Removes a structure element kid.
*
* Removes a structure element kid and if successful also removes the parent property (/P).
*
* @param structureElement the structure element
* @return <code>true</code> if the kid was removed, <code>false</code> otherwise
* @return <code>true</code> if the kid was removed, <code>false</code> otherwise.
*/
public boolean removeKid(PDStructureElement structureElement)
{
Expand Down

0 comments on commit 635967d

Please sign in to comment.