Skip to content

Commit

Permalink
Fix checkstyle
Browse files Browse the repository at this point in the history
  • Loading branch information
koppor committed Aug 4, 2024
1 parent dc61c8d commit 5848f83
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,11 @@
public abstract class NewLibraryFromPdfAction extends SimpleCommand {
private static final Logger LOGGER = LoggerFactory.getLogger(NewLibraryFromPdfAction .class);

protected final PreferencesService preferencesService;

private final LibraryTabContainer libraryTabContainer;
private final StateManager stateManager;
private final DialogService dialogService;
protected final PreferencesService preferencesService;
private final TaskExecutor taskExecutor;

public NewLibraryFromPdfAction(
Expand Down

0 comments on commit 5848f83

Please sign in to comment.