Skip to content

Commit

Permalink
code cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
j-dimension committed Nov 24, 2024
1 parent 7b71d5d commit 95f8655
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1316,7 +1316,7 @@ private void duplicateSelectedArchiveFiles(boolean includeForms) {
newForm.setPlaceHolder(form.getPlaceHolder());
newForm=formsSvc.addForm(target.getId(), newForm);
List<ArchiveFileFormEntriesBean> formEntries=formsSvc.getFormEntries(form.getId());
List newFormEntries=new ArrayList<>();
List<ArchiveFileFormEntriesBean> newFormEntries=new ArrayList<>();
for(ArchiveFileFormEntriesBean formEntry: formEntries) {
ArchiveFileFormEntriesBean newEntry=new ArchiveFileFormEntriesBean();
newEntry.setArchiveFileKey(target);
Expand Down

0 comments on commit 95f8655

Please sign in to comment.