mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

jdemendi
06.47.2009 29f534160bdb4b1a3389d5edd04cbb7a0f0b56f4
fix typo
1 files modified
2 ■■■ changed files
opendj-sdk/opends/src/server/org/opends/server/core/networkgroups/ClientConnectionAffinityPolicy.java 2 ●●● patch | view | raw | blame | history
opendj-sdk/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