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

matthew_swift
15.58.2009 388f25a9dc58704ea19a333ba9a28054d48590b1
sdk/src/org/opends/sdk/ConnectionFactory.java
@@ -72,9 +72,9 @@
  /**
   * Initiates an asynchronous connection request to the Directory
   * Server associated with this connection factory. The returned
   * {@code ConnectionFuture} can be used to retrieve the completed
   * {@code FutureResult} can be used to retrieve the completed
   * asynchronous connection. Alternatively, if a {@code
   * ConnectionResultHandler} is provided, the handler will be notified
   * ResultHandler} is provided, the handler will be notified
   * when the connection is available and ready for use.
   *
   * @param handler
@@ -83,6 +83,6 @@
   * @return A future which can be used to retrieve the asynchronous
   *         connection.
   */
  ConnectionFuture<? extends C> getAsynchronousConnection(
      ConnectionResultHandler<? super C> handler);
  FutureResult<? extends C> getAsynchronousConnection(
      ResultHandler<? super C> handler);
}