Skip to content

Commit

Permalink
Fix import order Issue #3874
Browse files Browse the repository at this point in the history
  • Loading branch information
PedroPerozin committed Jul 11, 2019
1 parent 2fc1c49 commit ec3ad69
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
import org.jabref.gui.externalfiletype.ExternalFileTypes;
import org.jabref.gui.fieldeditors.LinkedFileViewModel;
import org.jabref.gui.fieldeditors.LinkedFilesEditorViewModel;
import org.jabref.gui.util.BackgroundTask;
import org.jabref.gui.undo.NamedCompound;
import org.jabref.gui.util.BackgroundTask;
import org.jabref.logic.importer.FulltextFetchers;
import org.jabref.logic.l10n.Localization;
import org.jabref.logic.net.URLDownload;
Expand Down

0 comments on commit ec3ad69

Please sign in to comment.