From 07811d4c05f7e48b11a1826902e619c68a4ce9f0 Mon Sep 17 00:00:00 2001
From: Chris Ridd <chris.ridd@forgerock.com>
Date: Wed, 10 Jul 2013 10:43:45 +0000
Subject: [PATCH] Fix comments
---
opends/src/server/org/opends/server/replication/plugin/AttrHistoricalMultiple.java | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/opends/src/server/org/opends/server/replication/plugin/AttrHistoricalMultiple.java b/opends/src/server/org/opends/server/replication/plugin/AttrHistoricalMultiple.java
index 827064b..4f9c88e 100644
--- a/opends/src/server/org/opends/server/replication/plugin/AttrHistoricalMultiple.java
+++ b/opends/src/server/org/opends/server/replication/plugin/AttrHistoricalMultiple.java
@@ -335,8 +335,8 @@
}
/**
- * This method calculate the historical information and update the hist
- * attribute to store the historical information for modify operation that
+ * This method calculates the historical information and update the hist
+ * attribute to store the historical information for a modify operation that
* does not conflict with previous operation.
* This is the usual path and should therefore be optimized.
*
--
Gitblit v1.10.0