Skip to content

Commit

Permalink
Clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
Hoang Vu Huy committed Dec 19, 2024
1 parent 9cd9818 commit 6432eeb
Showing 1 changed file with 1 addition and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,8 @@ public class BaseDocFactoryGenerateDocumentsIT {

private DocumentTemplate documentTemplate1, documentTemplate2, documentTemplate3;

@SuppressWarnings("deprecation")
@BeforeEach
public void setUp() throws Exception {
// docFactory = BaseDocFactory.getInstance()
// .withDocumentCreationOptions(
// DocumentCreationOptions.getInstance().keepFormFieldsEditableInPdf(true));

public void setUp() throws Exception {
docFactory = BaseDocFactory.getInstance()
.withDocumentCreationOptions(
DocumentCreationOptions.getInstance().withPdfOptions(PdfOptions.getInstance().hasToKeepFormFieldsEditable(true)));
Expand Down

0 comments on commit 6432eeb

Please sign in to comment.