Skip to content

Commit

Permalink
Point to ADR-0043
Browse files Browse the repository at this point in the history
  • Loading branch information
koppor committed Dec 23, 2024
1 parent 963b419 commit a2c98e1
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -132,8 +132,7 @@ public List<ImportFilesResultItemViewModel> call() {
if (FileUtil.isPDFFile(file)) {
List<BibEntry> pdfEntriesInFile;

// See {@link PdfMergeDialog#make} for reason why it is useful to call a merge dialog with
// various {@link PdfBibExtractor}s.
// Details: See ADR-0043
if (files.size() == 1) {
pdfEntriesInFile = new ArrayList<>(1);
UiTaskExecutor.runAndWaitInJavaFXThread(() -> {
Expand Down

0 comments on commit a2c98e1

Please sign in to comment.