Skip to content

Commit

Permalink
Add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
calixtus committed Oct 14, 2024
1 parent d7e1583 commit 0a963c9
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2104,6 +2104,7 @@ private Map<String, String> getDefaultFetcherKeys() {
keys.put(BiodiversityLibrary.FETCHER_NAME, buildInfo.biodiversityHeritageApiKey);
keys.put(ScienceDirect.FETCHER_NAME, buildInfo.scienceDirectApiKey);
keys.put(SpringerFetcher.FETCHER_NAME, buildInfo.springerNatureAPIKey);
// SpringerLink uses the same key and fetcher name as SpringerFetcher

return keys;
}
Expand Down

0 comments on commit 0a963c9

Please sign in to comment.