Skip to content

Commit

Permalink
fix : checkstyle (JabRef#10585)
Browse files Browse the repository at this point in the history
  • Loading branch information
rachedkko committed Mar 3, 2024
1 parent afb4c09 commit 7f3b5f2
Showing 1 changed file with 2 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ public boolean shouldShow() {
}

public void shutdown() {
//remove listeners
// remove listeners
if (hasListener) {
try {
listenerOnDirectory(directory.get(), Action.REMOVE);
Expand All @@ -257,7 +257,4 @@ public void shutdown() {
}
fileUpdateMonitor.shutdown();
}

}


}

0 comments on commit 7f3b5f2

Please sign in to comment.