From e8e87f044016da04a4fc83b6a5d2807582bbd26e Mon Sep 17 00:00:00 2001
From: jdemendi <jdemendi@localhost>
Date: Tue, 06 Jan 2009 10:47:40 +0000
Subject: [PATCH] fix typo

---
 opends/src/server/org/opends/server/core/networkgroups/ClientConnectionAffinityPolicy.java |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/opends/src/server/org/opends/server/core/networkgroups/ClientConnectionAffinityPolicy.java b/opends/src/server/org/opends/server/core/networkgroups/ClientConnectionAffinityPolicy.java
index 68cb0b8..af53156 100644
--- a/opends/src/server/org/opends/server/core/networkgroups/ClientConnectionAffinityPolicy.java
+++ b/opends/src/server/org/opends/server/core/networkgroups/ClientConnectionAffinityPolicy.java
@@ -43,7 +43,7 @@
   NONE,
 
   /**
-   * Routes all the read requests to the data source to which
+   * Routes the first read request to the data source to which
    * a previous write request has been routed to. This affinity
    * is useful when a client application performs a read request
    * after a write request and the read request should return

--
Gitblit v1.10.0