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 2a33b4e commit d5b7033Copy full SHA for d5b7033
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
import java.util.stream.Stream;
8
@@ -32,7 +33,7 @@ public StubImporterPreferences() {
32
33
Collections.emptySet(), // apiKeys
34
Collections.emptyMap(), // defaultApiKeys
35
true, // persistCustomKeys
- Collections.emptyList(), // catalogs
36
+ List.of(), // catalogs
37
null, // defaultPlainCitationParser
38
Collections.emptyMap() // searchEngineUrlTemplates
39
);
0 commit comments