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

kenneth_suter
07.31.2007 5adde80225f547ffe8d50ca83efd121e495d8e53
opends/src/quicksetup/org/opends/quicksetup/QuickSetupCli.java
@@ -74,9 +74,6 @@
   */
  static public int UNKNOWN = 100;
  /** Platform dependent filesystem separator. */
  public static String LINE_SEPARATOR = System.getProperty("line.separator");
  /** Arguments passed in the command line. */
  protected String[] args;
@@ -137,6 +134,7 @@
          }
          catch (Exception ex)
          {
            // do nothing;
          }
        }
@@ -180,8 +178,8 @@
    }
    catch (UserDataException uude)
    {
      System.err.println(LINE_SEPARATOR+uude.getLocalizedMessage()+
          LINE_SEPARATOR);
      System.err.println(Constants.LINE_SEPARATOR+uude.getLocalizedMessage()+
          Constants.LINE_SEPARATOR);
      returnValue = USER_DATA_ERROR;
    }
    return returnValue;