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

lutoff
27.26.2007 ad74bf0a2cc09d0036a12793848b975e7b16eaa6
opends/src/quicksetup/org/opends/quicksetup/BuildInformation.java
@@ -107,8 +107,9 @@
        }
      }
    } catch (IOException e) {
      throw new ApplicationException(ApplicationException.Type.START_ERROR,
              getMsg("error-creating-build-info"), e);
      throw new ApplicationException(
          ApplicationReturnCode.ReturnCode.START_ERROR,
          getMsg("error-creating-build-info"), e);
    } finally {
      if (is != null) {
        try {
@@ -381,8 +382,9 @@
          throws ApplicationException {
    for (String prop : props) {
      if (null == values.get(prop)) {
        throw new ApplicationException(ApplicationException.Type.TOOL_ERROR,
                getMsg("error-prop-value", prop), null);
        throw new ApplicationException(
            ApplicationReturnCode.ReturnCode.TOOL_ERROR, getMsg(
                "error-prop-value", prop), null);
      }
    }