From 46fd9423ab622d7f9531aa1564846ec52fe09534 Mon Sep 17 00:00:00 2001
From: Ludovic Poitou <ludovic.poitou@forgerock.com>
Date: Wed, 24 Apr 2013 12:44:51 +0000
Subject: [PATCH] Replication Cleanup.
---
opends/src/server/org/opends/server/replication/server/ExpectedAcksInfo.java | 9 +++++----
1 files changed, 5 insertions(+), 4 deletions(-)
diff --git a/opends/src/server/org/opends/server/replication/server/ExpectedAcksInfo.java b/opends/src/server/org/opends/server/replication/server/ExpectedAcksInfo.java
index 37a9ca0..b483b04 100644
--- a/opends/src/server/org/opends/server/replication/server/ExpectedAcksInfo.java
+++ b/opends/src/server/org/opends/server/replication/server/ExpectedAcksInfo.java
@@ -23,6 +23,7 @@
*
*
* Copyright 2008-2009 Sun Microsystems, Inc.
+ * Portions Copyright 2013 ForgeRock AS.
*/
package org.opends.server.replication.server;
@@ -47,10 +48,10 @@
public abstract class ExpectedAcksInfo
{
// The server handler of the server that sent the assured update message and
- // to whow we want to return the final ack
+ // to who we want to return the final ack
private ServerHandler requesterServerHandler = null;
- // The requested assured mode of matcching update message
+ // The requested assured mode of matching update message
private AssuredMode assuredMode = null;
/**
@@ -63,8 +64,8 @@
* This is used for concurrent access to this object by either the assured
* timeout task or the code for processing an ack for the matching update
* message. This should be set to true when the treatment of the expected
- * acks is completed or an ack timeout has occured and we are going to remove
- * this object from the map where it is stored.
+ * acks is completed or an ack timeout has occurred and we are going to
+ * remove this object from the map where it is stored.
*/
private boolean completed = false;
--
Gitblit v1.10.0