Skip to content

Commit

Permalink
unncessary import
Browse files Browse the repository at this point in the history
  • Loading branch information
Siedlerchr committed Feb 7, 2018
1 parent 3eadbfb commit 0ae5f11
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
import org.jabref.gui.FXDialogService;
import org.jabref.logic.sharelatex.ShareLatexManager;
import org.jabref.logic.sharelatex.SharelatexConnectionProperties;
import org.jabref.logic.sharelatex.ShareLatexPreferences;

public class ShareLatexLoginDialogController extends AbstractController<ShareLatexLoginDialogViewModel> {

Expand Down Expand Up @@ -57,6 +56,7 @@ private void signIn() {

manager.setConnectionProperties(props);


ShareLatexProjectDialogView dlgprojects = new ShareLatexProjectDialogView();
dlgprojects.show();
closeDialog();
Expand Down

0 comments on commit 0ae5f11

Please sign in to comment.