Skip to content

Commit 2c71bae

Browse files
ars18wrwiText-CI
authored andcommitted
Remove redundant TODO
In iText 5 ltv verification was a part of PdfStamper's functionalty. However, in iText7 we do have a separate class for it. DEVSIX-5142 Autoported commit. Original commit hash: [1f73c3c7f]
1 parent d9e747f commit 2c71bae

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

itext/itext.sign/itext/signatures/PdfSigner.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -751,7 +751,6 @@ protected internal virtual void PreClose(IDictionary<PdfName, int?> exclusionSiz
751751
if (preClosed) {
752752
throw new PdfException(PdfException.DocumentAlreadyPreClosed);
753753
}
754-
// TODO: add mergeVerification functionality
755754
preClosed = true;
756755
PdfAcroForm acroForm = PdfAcroForm.GetAcroForm(document, true);
757756
SignatureUtil sgnUtil = new SignatureUtil(document);

port-hash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5eb3f8243da912f246bd9b5c3a9a1aaf09d9bd53
1+
1f73c3c7ffd488dfd67525f44747a93afc39b811

0 commit comments

Comments
 (0)