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

jvergara
26.13.2007 e7934050009ce7e6f43e2ce7d56c827a23ac287e
opends/src/statuspanel/org/opends/statuspanel/StatusPanelLauncher.java
@@ -39,10 +39,6 @@
 */
public class StatusPanelLauncher
{
  private static String COMMAND_NAME_WINDOWS = "statuspanel.bat";
  private static String COMMAND_NAME_UNIX = "statuspanel";
  /**
   * The main method which is called by the control panel command lines.
   * @param args the arguments passed by the command lines.
@@ -124,10 +120,10 @@
    String arg;
    if (Utils.isWindows())
    {
      arg = COMMAND_NAME_WINDOWS;
      arg = Utils.getWindowsStatusPanelFileName();
    } else
    {
      arg = COMMAND_NAME_UNIX;
      arg = Utils.getUnixStatusPanelFileName();
    }
    /*
     * This is required because the usage message contains '{' characters that