Skip to content

Commit

Permalink
Compile fix
Browse files Browse the repository at this point in the history
  • Loading branch information
koppor committed Sep 8, 2024
1 parent 1a37cdc commit fb80e7d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 0 additions & 2 deletions src/test/java/org/jabref/gui/push/PushToEmacsTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,7 @@

import org.jabref.gui.DialogService;
import org.jabref.gui.desktop.os.NativeDesktop;
import org.jabref.preferences.ExternalApplicationsPreferences;
import org.jabref.gui.frame.ExternalApplicationsPreferences;
import org.jabref.logic.util.OS;
import org.jabref.preferences.PreferencesService;

import org.junit.jupiter.api.BeforeEach;
Expand Down
3 changes: 1 addition & 2 deletions src/test/java/org/jabref/logic/util/io/FileUtilTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,8 @@
import java.util.stream.Stream;

import org.jabref.architecture.AllowedToUseLogic;
import org.jabref.gui.desktop.os.NativeDesktop;
import org.jabref.gui.FilePreferences;
import org.jabref.logic.util.OS;
import org.jabref.gui.desktop.os.NativeDesktop;
import org.jabref.model.database.BibDatabaseContext;
import org.jabref.model.entry.BibEntry;
import org.jabref.model.entry.LinkedFile;
Expand Down

0 comments on commit fb80e7d

Please sign in to comment.