Skip to content

Commit 550796e

Browse files
committed
fix import err
1 parent d7b0fcb commit 550796e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

jablib/src/main/java/org/jabref/logic/util/ExternalLinkCreator.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,10 @@
44
import java.util.Optional;
55

66
import org.apache.hc.core5.net.URIBuilder;
7+
8+
import org.jabref.logic.importer.ImporterPreferences;
79
import org.jabref.model.entry.BibEntry;
810
import org.jabref.model.entry.field.StandardField;
9-
import org.jabref.logic.importer.ImporterPreferences;
1011

1112
public class ExternalLinkCreator {
1213
private static final String DEFAULT_SHORTSCIENCE_SEARCH_URL = "https://www.shortscience.org/internalsearch";

0 commit comments

Comments
 (0)