Skip to content

Commit

Permalink
Fix #170 by removing CreateWizard instance from Connections [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
006627 committed Sep 10, 2019
1 parent 8cc4f31 commit 589b262
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,6 @@ private Connection(final String databaseUUID) {

this.databaseUUID = databaseUUID;

CreateWizardManager createWizardManager = CreateWizardManager.getInstance();
createWizardManager.enableNext(false);

sshTunnelPanel = SSHTunnelPanel.getInstance(databaseUUID);

CreateConnectionHomePanel connectionHomePanel = CreateConnectionHomePanel.getInstance();
Expand Down

0 comments on commit 589b262

Please sign in to comment.