From abc1a19fd4dee9729fd0aed721575a396d249bd4 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.
---
sdk/src/org/opends/sdk/ConnectionFactory.java | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/sdk/src/org/opends/sdk/ConnectionFactory.java b/sdk/src/org/opends/sdk/ConnectionFactory.java
index a9c55cb..67aab1a 100644
--- a/sdk/src/org/opends/sdk/ConnectionFactory.java
+++ b/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