Skip to content

Commit

Permalink
Fix style
Browse files Browse the repository at this point in the history
  • Loading branch information
xianghao-wang committed Oct 30, 2022
1 parent b59a325 commit b9babec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/jabref/gui/fieldeditors/DateEditor.java
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
import org.jabref.logic.integrity.FieldCheckers;
import org.jabref.model.entry.BibEntry;
import org.jabref.model.entry.field.Field;
import org.jabref.preferences.PreferencesService;

import com.airhacks.afterburner.views.ViewLoader;
import org.jabref.preferences.PreferencesService;

public class DateEditor extends HBox implements FieldEditorFX {

Expand Down

0 comments on commit b9babec

Please sign in to comment.