Skip to content

Commit

Permalink
Duplicate check on import should be run in background Task JabRef#4963
Browse files Browse the repository at this point in the history
…(checkstyle fix)
  • Loading branch information
dpolishc committed May 20, 2019
1 parent 6ec9ee8 commit c27f6e6
Showing 1 changed file with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
package org.jabref.gui.importer;

import java.util.List;
import java.util.Optional;

import javax.swing.undo.UndoManager;

import javafx.beans.property.SimpleStringProperty;
import javafx.beans.property.StringProperty;
import javafx.collections.FXCollections;
Expand All @@ -21,10 +26,6 @@
import org.jabref.model.util.FileUpdateMonitor;
import org.jabref.preferences.PreferencesService;

import javax.swing.undo.UndoManager;
import java.util.List;
import java.util.Optional;

public class ImportEntriesViewModel extends AbstractViewModel {

private final BackgroundTask<List<BibEntry>> task;
Expand Down

0 comments on commit c27f6e6

Please sign in to comment.