From afb4c0984939828e15c44ec27ebba5a95ad4b440 Mon Sep 17 00:00:00 2001 From: rachedkko Date: Sun, 3 Mar 2024 12:37:14 +0100 Subject: [PATCH] fix : checkstyle (#10585) --- .../java/org/jabref/gui/entryeditor/LatexCitationsTab.java | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/main/java/org/jabref/gui/entryeditor/LatexCitationsTab.java b/src/main/java/org/jabref/gui/entryeditor/LatexCitationsTab.java index f32f277bbf3..10b3f7238fd 100644 --- a/src/main/java/org/jabref/gui/entryeditor/LatexCitationsTab.java +++ b/src/main/java/org/jabref/gui/entryeditor/LatexCitationsTab.java @@ -22,7 +22,6 @@ import org.jabref.model.database.BibDatabaseContext; import org.jabref.model.entry.BibEntry; import org.jabref.preferences.PreferencesService; -import org.jabref.gui.util.DefaultFileUpdateMonitor; import com.tobiasdiez.easybind.EasyBind; public class LatexCitationsTab extends EntryEditorTab { @@ -141,5 +140,4 @@ public boolean shouldShow(BibEntry entry) { public void close() { viewModel.shutdown(); } - -} +} \ No newline at end of file