Skip to content

Commit 78b46f1

Browse files
committed
Remove commented-out lines making the Quality Gate fail
QA-4060
1 parent 5d1e9a6 commit 78b46f1

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

forms/src/main/java/com/itextpdf/forms/xfdf/XfdfObjectFactory.java

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -756,13 +756,6 @@ private static void createLinkAnnotation(PdfAnnotation pdfAnnotation, AnnotObjec
756756
actionObject.setMap((boolean) action.getAsBool(PdfName.IsMap));
757757
}
758758
}
759-
// else if(PdfName.GoTo.equals(type)) {
760-
//
761-
// } else if (PdfName.GoToR.equals(type)) {
762-
// } else if (PdfName.Launch.equals(type)) {
763-
// //actionObject.setFileOriginalName();
764-
// } else if (PdfName.Named.equals(type)) {
765-
// }
766759

767760
annot.setAction(actionObject);
768761
}

0 commit comments

Comments
 (0)