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

matthew_swift
04.12.2009 20df27fbd253139d3e5a24dd6e8063ed11dd1fab
sdk/src/org/opends/sdk/SynchronousConnection.java
@@ -122,9 +122,10 @@
  public void close(UnbindRequest request) throws NullPointerException
  public void close(UnbindRequest request, String reason)
      throws NullPointerException
  {
    connection.close(request);
    connection.close(request, reason);
  }