mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

jvergara
31.56.2009 adf07a5ffea550ba4f24c27b155a6db295cb9668
opends/src/guitools/org/opends/guitools/controlpanel/ControlPanel.java
@@ -56,7 +56,6 @@
  private JFrame dlg;
  private ControlPanelInfo info;
  private ControlCenterMainPane controlCenterPane;
  private MainMenuBar menuBar;
  /**
   * Main method that is used for testing purposes.  The control-panel
@@ -109,7 +108,7 @@
    if (info.getServerDescriptor() == null)
    {
      menuBar = new MainMenuBar(info);
      MainMenuBar menuBar = new MainMenuBar(info);
      // Assume that the user decided to quit the application
      menuBar.quitClicked();
    }