Skip to content

Commit

Permalink
checkstyle
Browse files Browse the repository at this point in the history
  • Loading branch information
Siedlerchr committed May 16, 2023
1 parent c68b6fb commit b1eea07
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/java/org/jabref/gui/desktop/os/Linux.java
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
@AllowedToUseAwt("Requires AWT to open a file with the native method")
public class Linux implements NativeDesktop {


private void nativeOpenFile(String filePath) {
JabRefExecutorService.INSTANCE.execute(() -> {
try {
Expand Down

0 comments on commit b1eea07

Please sign in to comment.