Skip to content

Commit

Permalink
Spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
karenhanson committed Feb 4, 2022
1 parent 25d5a19 commit ab7fa99
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -879,7 +879,7 @@ private boolean checkOutlineItem (PdfDictionary item)
return false;
}
next = (PdfDictionary)
_module.resolveIndirectObject (child.get ("Next"));
_module.resolveIndirectObject (child.get ("Next"));
Integer nextObjNum = next.getObjNumber();
if (nextObjNum != child.getObjNumber()) {
if (_visitedOutlineNodes.contains(nextObjNum)) {
Expand Down

0 comments on commit ab7fa99

Please sign in to comment.