Skip to content

Commit 6adb924

Browse files
Egor MartsynkovskyUbuntu
authored andcommitted
Remove TODO statement
DEVSIX-6107
1 parent 7b938f2 commit 6adb924

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

kernel/src/main/java/com/itextpdf/kernel/pdf/tagging/StructureTreeCopier.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,6 @@ private static CopyStructureResult copyStructure(PdfDocument destDocument, Map<P
353353
private static PdfDictionary copyObject(PdfDictionary source, PdfDictionary destPage, boolean parentChangePg, StructElemCopyingParams copyingParams) {
354354
PdfDictionary copied;
355355
if (copyingParams.isCopyFromDestDocument()) {
356-
//TODO: detect wether object is needed to be cloned at all
357356
copied = source.clone(ignoreKeysForClone);
358357
if (source.isIndirect()) {
359358
copied.makeIndirect(copyingParams.getToDocument());

0 commit comments

Comments
 (0)