From 8b075333525b324d7a37d7d8ecbfb22dfb813b3a Mon Sep 17 00:00:00 2001
From: Ludovic Poitou <ludovic.poitou@forgerock.com>
Date: Wed, 03 Jul 2013 14:41:01 +0000
Subject: [PATCH] Fix typos in comments
---
opends/src/server/org/opends/server/replication/plugin/AttrHistoricalMultiple.java | 8 ++++----
1 files changed, 4 insertions(+), 4 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 39a3439..827064b 100644
--- a/opends/src/server/org/opends/server/replication/plugin/AttrHistoricalMultiple.java
+++ b/opends/src/server/org/opends/server/replication/plugin/AttrHistoricalMultiple.java
@@ -57,7 +57,7 @@
private ChangeNumber lastUpdateTime;
/**
* Change history for the values of this attribute. We are using a
- * LinkedHasMap here because we want:
+ * LinkedHashMap here because we want:
* <ol>
* <li>Fast access for removing/adding a AttrValueHistorical keyed by the
* AttributeValue => Use a Map</li>
@@ -69,7 +69,7 @@
new LinkedHashMap<AttrValueHistorical, AttrValueHistorical>();
/**
- * Create a new object from the provided informations.
+ * Create a new object from the provided information.
* @param deleteTime the last time this attribute was deleted
* @param updateTime the last time this attribute was updated
* @param valuesHist the new attribute values when updated.
@@ -240,9 +240,9 @@
}
/**
- * Get the list of historical informations for the values.
+ * Get the list of historical information for the values.
*
- * @return the list of historical informations for the values.
+ * @return the list of historical information for the values.
*/
@Override
public Map<AttrValueHistorical,AttrValueHistorical> getValuesHistorical()
--
Gitblit v1.10.0