From a5131f44a6afa554af8f4c82c7ffd3d4ceac1bd4 Mon Sep 17 00:00:00 2001
From: Matthew Swift <matthew.swift@forgerock.com>
Date: Fri, 04 Feb 2011 12:50:58 +0000
Subject: [PATCH] OPEN - issue OPENDJ-26: Fix OpenDS issue 4585: ConcurrentModificationException in ReplicationBroker  https://bugster.forgerock.org/jira/browse/OPENDJ-26

---
 opends/src/server/org/opends/server/replication/server/ReplicationServerConnectThread.java |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/opends/src/server/org/opends/server/replication/server/ReplicationServerConnectThread.java b/opends/src/server/org/opends/server/replication/server/ReplicationServerConnectThread.java
index b7ae03d..4f8447c 100644
--- a/opends/src/server/org/opends/server/replication/server/ReplicationServerConnectThread.java
+++ b/opends/src/server/org/opends/server/replication/server/ReplicationServerConnectThread.java
@@ -23,6 +23,7 @@
  *
  *
  *      Copyright 2008 Sun Microsystems, Inc.
+ *      Portions Copyright 2011 ForgeRock AS
  */
 package org.opends.server.replication.server;
 
@@ -38,7 +39,7 @@
   /**
    * The Replication Server that created this thread.
    */
-  private ReplicationServer server;
+  private final ReplicationServer server;
 
   /**
    * Creates a new instance of this directory thread with the

--
Gitblit v1.10.0