mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-18 08:02:20 +00:00
spelling: descendent
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
committed by
Jindra Petřík
parent
f0f6bc17c0
commit
3915c406bc
@@ -235,7 +235,7 @@ public class PDFOutline extends PDFObject implements Serializable {
|
||||
os.write("\n".getBytes("UTF-8"));
|
||||
}
|
||||
} else {
|
||||
// were a decendent, so by default we are closed. Find out how many
|
||||
// were a descendent, so by default we are closed. Find out how many
|
||||
// entries are below us
|
||||
int c = descendants();
|
||||
if (c > 0) {
|
||||
|
||||
Reference in New Issue
Block a user