From 351212281ccc19e1f0b56e345de7fb3d2ef01fc6 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
---
opendj-sdk/opends/src/server/org/opends/server/replication/plugin/AttrHistoricalMultiple.java | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/opendj-sdk/opends/src/server/org/opends/server/replication/plugin/AttrHistoricalMultiple.java b/opendj-sdk/opends/src/server/org/opends/server/replication/plugin/AttrHistoricalMultiple.java
index 827064b..4f9c88e 100644
--- a/opendj-sdk/opends/src/server/org/opends/server/replication/plugin/AttrHistoricalMultiple.java
+++ b/opendj-sdk/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