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

kenneth_suter
01.47.2007 d25ac250f9a24e4efcc8f9b6e19bc388796b551a
opends/src/quicksetup/org/opends/quicksetup/QuickSetupCli.java
@@ -69,6 +69,11 @@
   */
  static public int BUG = 5;
  /**
   * Return code for errors that are non-specified.
   */
  static public int UNKNOWN = 100;
  /** Platform dependent filesystem separator. */
  public static String LINE_SEPARATOR = System.getProperty("line.separator");
@@ -152,9 +157,9 @@
            returnValue = BUG;
            break;
            default:
              throw new IllegalStateException(
                  "Unknown ApplicationException type: "+ue.getType());
          default:
            returnValue = UNKNOWN;
            break;
          }
        }
        else