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 ebbc02e commit d7b0fcbCopy full SHA for d7b0fcb
jablib/src/test/java/org/jabref/logic/util/ExternalLinkCreatorTest.java
@@ -2,6 +2,7 @@
2
3
import java.net.MalformedURLException;
4
import java.util.Collections;
5
+import java.util.List;
6
import java.util.Optional;
7
8
import org.jabref.logic.importer.ImporterPreferences;
@@ -27,7 +28,7 @@ public StubImporterPreferences() {
27
28
Collections.emptySet(), // apiKeys
29
Collections.emptyMap(), // defaultApiKeys
30
true, // persistCustomKeys
- Collections.emptyList(), // catalogs
31
+ List.of(), // catalogs
32
null, // defaultPlainCitationParser
33
Collections.emptyMap() // searchEngineUrlTemplates
34
);
0 commit comments