Skip to content

Commit

Permalink
fix typo (JabRef#11189)
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexandre CREMIEUX authored and Alexandre CREMIEUX committed Feb 6, 2025
1 parent 0cdf495 commit 48c48ad
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -440,7 +440,7 @@ private void searchForRelations(BibEntry entry, CheckListView<CitationRelationIt
citedByTask.cancel();
}

this.createBackGroundTask(entry, searchType)
this.createBackgroundTask(entry, searchType)
.consumeOnRunning(task -> prepareToSearchForRelations(
abortButton, refreshButton, importButton, progress, task
))
Expand Down Expand Up @@ -469,7 +469,7 @@ private void searchForRelations(BibEntry entry, CheckListView<CitationRelationIt
/**
* TODO: Make the method return a callable and let the calling method create the background task.
*/
private BackgroundTask<List<BibEntry>> createBackGroundTask(
private BackgroundTask<List<BibEntry>> createBackgroundTask(
BibEntry entry, CitationFetcher.SearchType searchType
) {
return switch (searchType) {
Expand Down

0 comments on commit 48c48ad

Please sign in to comment.