From 9f2bba679ab597f1e50078a29d145100e3baed3c Mon Sep 17 00:00:00 2001
From: Ludovic Poitou <ludovic.poitou@forgerock.com>
Date: Tue, 19 Oct 2010 16:36:12 +0000
Subject: [PATCH] Make ConnectionPool implementation fully async and fix some race conditions in the unit tests.
---
sdk/src/org/opends/sdk/RoundRobinLoadBalancingAlgorithm.java | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/sdk/src/org/opends/sdk/RoundRobinLoadBalancingAlgorithm.java b/sdk/src/org/opends/sdk/RoundRobinLoadBalancingAlgorithm.java
index 2968565..24c8559 100644
--- a/sdk/src/org/opends/sdk/RoundRobinLoadBalancingAlgorithm.java
+++ b/sdk/src/org/opends/sdk/RoundRobinLoadBalancingAlgorithm.java
@@ -69,7 +69,7 @@
/**
* Creates a new round robin load balancing algorithm which will monitor
- * offline connection factories every 10 seconds using the default scheduler.
+ * offline connection factories every 1 second using the default scheduler.
*
* @param factories
* The ordered collection of connection factories.
--
Gitblit v1.10.0