Skip to content

Commit 1f73c3c

Browse files
committed
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
1 parent 5eb3f82 commit 1f73c3c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

sign/src/main/java/com/itextpdf/signatures/PdfSigner.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -872,9 +872,6 @@ protected void preClose(Map<PdfName, Integer> exclusionSizes) throws IOException
872872
if (preClosed) {
873873
throw new PdfException(PdfException.DocumentAlreadyPreClosed);
874874
}
875-
876-
// TODO: add mergeVerification functionality
877-
878875
preClosed = true;
879876
PdfAcroForm acroForm = PdfAcroForm.getAcroForm(document, true);
880877
SignatureUtil sgnUtil = new SignatureUtil(document);

0 commit comments

Comments
 (0)