Skip to content

Commit

Permalink
Fix import order
Browse files Browse the repository at this point in the history
  • Loading branch information
Siedlerchr committed Jul 15, 2017
1 parent ec0856c commit 1e75074
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/jabref/gui/JabRefFrame.java
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@
import org.jabref.gui.actions.IntegrityCheckAction;
import org.jabref.gui.actions.LookupIdentifierAction;
import org.jabref.gui.actions.ManageKeywordsAction;
import org.jabref.gui.actions.SynchronizeWithShareLatexAction;
import org.jabref.gui.actions.MassSetFieldAction;
import org.jabref.gui.actions.MnemonicAwareAction;
import org.jabref.gui.actions.NewDatabaseAction;
Expand All @@ -82,6 +81,7 @@
import org.jabref.gui.actions.SearchForUpdateAction;
import org.jabref.gui.actions.SendChangesToShareLatexAction;
import org.jabref.gui.actions.SortTabsAction;
import org.jabref.gui.actions.SynchronizeWithShareLatexAction;
import org.jabref.gui.autosaveandbackup.AutosaveUIManager;
import org.jabref.gui.bibtexkeypattern.BibtexKeyPatternDialog;
import org.jabref.gui.customentrytypes.EntryCustomizationDialog;
Expand Down

0 comments on commit 1e75074

Please sign in to comment.