From be2bcd6fb45552eac461bc337aed06238cacbeb9 Mon Sep 17 00:00:00 2001
From: matthew_swift <matthew_swift@localhost>
Date: Wed, 16 Dec 2009 22:13:34 +0000
Subject: [PATCH] Migrate remaining future impls over to new future APIs.
---
opendj-sdk/sdk/src/org/opends/sdk/ConnectionFactory.java | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/opendj-sdk/sdk/src/org/opends/sdk/ConnectionFactory.java b/opendj-sdk/sdk/src/org/opends/sdk/ConnectionFactory.java
index a9c55cb..67aab1a 100644
--- a/opendj-sdk/sdk/src/org/opends/sdk/ConnectionFactory.java
+++ b/opendj-sdk/sdk/src/org/opends/sdk/ConnectionFactory.java
@@ -73,9 +73,9 @@
* Initiates an asynchronous connection request to the Directory
* Server associated with this connection factory. The returned
* {@code FutureResult} can be used to retrieve the completed
- * asynchronous connection. Alternatively, if a {@code
- * ResultHandler} is provided, the handler will be notified
- * when the connection is available and ready for use.
+ * asynchronous connection. Alternatively, if a {@code ResultHandler}
+ * is provided, the handler will be notified when the connection is
+ * available and ready for use.
*
* @param handler
* The completion handler, or {@code null} if no handler is
--
Gitblit v1.10.0