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

matthew_swift
04.12.2009 20df27fbd253139d3e5a24dd6e8063ed11dd1fab
sdk/src/org/opends/sdk/AbstractConnectionFactory.java
@@ -116,10 +116,10 @@
      future.cancel(false);
      Result result =
          Responses.newResult(ResultCode.CLIENT_SIDE_LOCAL_ERROR)
          Responses.newResult(ResultCode.CLIENT_SIDE_CONNECT_ERROR)
              .setCause(e)
              .setDiagnosticMessage(e.getLocalizedMessage());
      throw new ErrorResultException(result);
      throw ErrorResultException.wrap(result);
    }
  }
}