Skip to content

Commit

Permalink
fix : no override for the close method (JabRef#10585)
Browse files Browse the repository at this point in the history
  • Loading branch information
rachedkko committed Mar 3, 2024
1 parent ad19f5a commit 8ff512e
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,6 @@ public boolean shouldShow(BibEntry entry) {
return viewModel.shouldShow();
}

@Override
public void close() {
viewModel.shutdown();
}
Expand Down

0 comments on commit 8ff512e

Please sign in to comment.