From c17e2c6f9b9921e93282ba3727d94b51f92ea39c Mon Sep 17 00:00:00 2001
From: Jean-Noel Rouvignac <jean-noel.rouvignac@forgerock.com>
Date: Wed, 03 Jul 2013 14:03:48 +0000
Subject: [PATCH] AttrHistoricalMultiple.java: Added javadocs explaining the use of collection classes. Increased encapsulation a bit.

---
 opends/src/server/org/opends/server/replication/plugin/HistoricalAttributeValue.java |    9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/opends/src/server/org/opends/server/replication/plugin/HistoricalAttributeValue.java b/opends/src/server/org/opends/server/replication/plugin/HistoricalAttributeValue.java
index 0b27028..1501e73 100644
--- a/opends/src/server/org/opends/server/replication/plugin/HistoricalAttributeValue.java
+++ b/opends/src/server/org/opends/server/replication/plugin/HistoricalAttributeValue.java
@@ -66,8 +66,6 @@
  *  options are stored with the attribute names using; as a separator
  *  example :
  *  description;FR;France:00000108b3a6554100000001:add:added_value
- *
- *
  */
 public class HistoricalAttributeValue
 {
@@ -79,14 +77,17 @@
   private HistAttrModificationKey histKey;
   private String stringValue;
 
-  // This flag indicates that this value was generated to store the last date
-  // when the entry was renamed.
+  /**
+   * This flag indicates that this value was generated to store the last date
+   * when the entry was renamed.
+   */
   private boolean ismodDN = false;
 
   /**
    * Create a new object from the String encoded form.
    *
    * @param strVal The String encoded form of historical attribute value.
+   * @see EntryHistorical#encodeAndPurge() encoding in EntryHistorical
    */
   public HistoricalAttributeValue(String strVal)
   {

--
Gitblit v1.10.0