From f2160f4bd1c8ac67e5a86a6710d431e8932877f9 Mon Sep 17 00:00:00 2001
From: matthew_swift <matthew_swift@localhost>
Date: Fri, 28 May 2010 11:47:51 +0000
Subject: [PATCH] Synchronize SDK on java.net with internal repository.

---
 sdk/src/org/opends/sdk/LoadBalancingAlgorithm.java |   14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/sdk/src/org/opends/sdk/LoadBalancingAlgorithm.java b/sdk/src/org/opends/sdk/LoadBalancingAlgorithm.java
index 439122a..6e9ffb0 100644
--- a/sdk/src/org/opends/sdk/LoadBalancingAlgorithm.java
+++ b/sdk/src/org/opends/sdk/LoadBalancingAlgorithm.java
@@ -27,21 +27,21 @@
 
 package org.opends.sdk;
 
+
+
 /**
- * A load balancing algorithm distributes connection requests across one
- * or more underlying connection factories in an implementation defined
- * manner.
+ * A load balancing algorithm distributes connection requests across one or more
+ * underlying connection factories in an implementation defined manner.
  */
 interface LoadBalancingAlgorithm
 {
   /**
-   * Returns the next connection factory which should be used in order
-   * to obtain a connection.
+   * Returns the next connection factory which should be used in order to obtain
+   * a connection.
    *
    * @return The next connection factory.
    * @throws ErrorResultException
    *           If no connection factories are available for use.
    */
-  ConnectionFactory getNextConnectionFactory()
-      throws ErrorResultException;
+  ConnectionFactory getNextConnectionFactory() throws ErrorResultException;
 }

--
Gitblit v1.10.0