Skip to content

Commit

Permalink
Fix checkstyle Issue JabRef#3874
Browse files Browse the repository at this point in the history
  • Loading branch information
PedroPerozin committed Jul 11, 2019
1 parent 47656e7 commit 2fc1c49
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ protected Map<BibEntry, Optional<URL>> call() {

for (BibEntry entry : basePanel.getSelectedEntries()) {
List<LinkedFile> l = entry.getFiles();
if(l.isEmpty()){
if (l.isEmpty()) {
FulltextFetchers fetchers = new FulltextFetchers(Globals.prefs.getImportFormatPreferences());
downloads.put(entry, fetchers.findFullTextPDF(entry));
}
Expand Down

0 comments on commit 2fc1c49

Please sign in to comment.