Skip to content

Commit

Permalink
Well, I said hopefully ;-)
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasdiez authored May 12, 2020
1 parent 478ee05 commit 0557c67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/jabref/gui/util/BackgroundTask.java
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ public BackgroundTask<V> withInitialMessage(String message) {
}

public static <T> Node getIcon(Task<T> task) {
return BackgroundTask.iconMap.getOrDefault(task).getTitle(), null);
return BackgroundTask.iconMap.getOrDefault((task).getTitle(), null);
}

static class BackgroundProgress {
Expand Down

0 comments on commit 0557c67

Please sign in to comment.