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

jvergara
02.59.2008 96fa4208d42b8e9a3d3ffe4fbb7d7ae349b1b740
opends/src/quicksetup/org/opends/quicksetup/QuickSetupCli.java
@@ -144,6 +144,13 @@
        returnValue = ReturnCode.USER_DATA_ERROR;
      }
    }
    catch (ApplicationException ae)
    {
      System.err.println();
      System.err.println(ae.getLocalizedMessage());
      System.err.println();
      returnValue = ae.getType();
    }
    return returnValue;
  }