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 d7b0fcb commit 550796eCopy full SHA for 550796e
jablib/src/main/java/org/jabref/logic/util/ExternalLinkCreator.java
@@ -4,9 +4,10 @@
4
import java.util.Optional;
5
6
import org.apache.hc.core5.net.URIBuilder;
7
+
8
+import org.jabref.logic.importer.ImporterPreferences;
9
import org.jabref.model.entry.BibEntry;
10
import org.jabref.model.entry.field.StandardField;
-import org.jabref.logic.importer.ImporterPreferences;
11
12
public class ExternalLinkCreator {
13
private static final String DEFAULT_SHORTSCIENCE_SEARCH_URL = "https://www.shortscience.org/internalsearch";
0 commit comments