Skip to content

Commit 88a4530

Browse files
committed
remove comment
1 parent f7d5f52 commit 88a4530

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

jabgui/src/main/java/org/jabref/gui/importer/ImportCommand.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,7 @@ public void execute() {
8989
.addExtensionFilter(FileFilterConverter.importerToExtensionFilter(importers))
9090
.withInitialDirectory(preferences.getImporterPreferences().getImportWorkingDirectory())
9191
.build();
92-
// dialogService.showFileOpenDialog(fileDialogConfiguration)
93-
// .ifPresent(path -> importSingleFile(path, importers, fileDialogConfiguration.getSelectedExtensionFilter()));
92+
9493
List<Path> selectedFiles = dialogService.showFileOpenDialogAndGetMultipleFiles(fileDialogConfiguration);
9594

9695
if (selectedFiles.isEmpty()) {

0 commit comments

Comments
 (0)