Skip to content

Commit

Permalink
fix checkstyle error
Browse files Browse the repository at this point in the history
  • Loading branch information
melisolmez committed Sep 26, 2024
1 parent e0668a0 commit 67035ee
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/main/java/org/jabref/gui/undo/RedoAction.java
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,11 @@
import java.util.Optional;
import java.util.function.Supplier;

import javax.swing.undo.CannotRedoException;

import javafx.beans.value.ChangeListener;
import javafx.beans.value.WeakChangeListener;
import javax.swing.undo.CannotRedoException;


import org.jabref.gui.DialogService;
import org.jabref.gui.LibraryTab;
Expand Down

0 comments on commit 67035ee

Please sign in to comment.