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

kenneth_suter
31.43.2007 6df6635f1250c399a2f39d87d0534301ce4c22d7
opends/src/quicksetup/org/opends/quicksetup/BuildInformation.java
@@ -115,7 +115,7 @@
      }
    } catch (IOException e) {
      throw new ApplicationException(
          ApplicationReturnCode.ReturnCode.START_ERROR,
          ReturnCode.START_ERROR,
          INFO_ERROR_CREATING_BUILD_INFO.get(), e);
    } finally {
      if (is != null) {
@@ -389,7 +389,7 @@
    for (String prop : props) {
      if (null == values.get(prop)) {
        throw new ApplicationException(
                ApplicationReturnCode.ReturnCode.TOOL_ERROR,
                ReturnCode.TOOL_ERROR,
                INFO_ERROR_PROP_VALUE.get(prop), null);
      }
    }