We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 452195c commit 83b47efCopy full SHA for 83b47ef
src/main/java/org/jabref/gui/EntryTypeViewModel.java
@@ -16,7 +16,6 @@
16
17
import org.jabref.gui.externalfiles.ImportHandler;
18
import org.jabref.gui.importer.NewEntryAction;
19
-import org.jabref.gui.util.DefaultTaskExecutor;
20
import org.jabref.gui.util.TaskExecutor;
21
import org.jabref.logic.importer.FetcherClientException;
22
import org.jabref.logic.importer.FetcherException;
@@ -25,7 +24,6 @@
25
24
import org.jabref.logic.importer.WebFetchers;
26
import org.jabref.logic.importer.fetcher.DoiFetcher;
27
import org.jabref.logic.l10n.Localization;
28
-import org.jabref.logic.layout.format.Default;
29
import org.jabref.model.entry.BibEntry;
30
import org.jabref.model.entry.types.StandardEntryType;
31
import org.jabref.model.strings.StringUtil;
0 commit comments