Skip to content

Commit

Permalink
Fix annotation position
Browse files Browse the repository at this point in the history
  • Loading branch information
koppor committed Jun 17, 2024
1 parent a8b0c91 commit 3d6e1b9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/main/java/org/jabref/logic/pdf/search/PdfIndexer.java
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,7 @@ public class PdfIndexer {

private final FilePreferences filePreferences;

@Nullable
private final Directory indexDirectory;
private final @Nullable Directory indexDirectory;

private IndexReader reader;

Expand Down

0 comments on commit 3d6e1b9

Please sign in to comment.