Skip to content

Commit

Permalink
Update ActionHelper.java
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasdiez authored May 22, 2020
1 parent d4f23fa commit 7748940
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/java/org/jabref/gui/actions/ActionHelper.java
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ public static BooleanExpression isFilePresentForSelectedEntry(StateManager state
List<LinkedFile> files = entry.getFiles();

if ((entry.getFiles().size() > 0) && stateManager.getActiveDatabase().isPresent()) {

if (files.get(0).isOnlineLink()) {
return true;
}
Expand Down

0 comments on commit 7748940

Please sign in to comment.