From cd1b8379727fb264fa63718742905744815b35e5 Mon Sep 17 00:00:00 2001
From: Jean-Noel Rouvignac <jean-noel.rouvignac@forgerock.com>
Date: Tue, 30 Apr 2013 08:09:55 +0000
Subject: [PATCH] AttrHistoricalMultiple.java, AttrHistoricalSingle.java: Fixed Checkstyle issue.

---
 opends/src/server/org/opends/server/replication/plugin/AttrHistoricalMultiple.java |    5 ++---
 1 files changed, 2 insertions(+), 3 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 783874f..cd0492f 100644
--- a/opends/src/server/org/opends/server/replication/plugin/AttrHistoricalMultiple.java
+++ b/opends/src/server/org/opends/server/replication/plugin/AttrHistoricalMultiple.java
@@ -40,7 +40,6 @@
 import org.opends.server.types.Modification;
 import org.opends.server.types.ModificationType;
 
-
 /**
  * This classes is used to store historical information for multiple valued
  * attributes.
@@ -52,9 +51,9 @@
  */
 public class AttrHistoricalMultiple extends AttrHistorical
 {
-  /** Last time when the attribute was deleted */
+  /** Last time when the attribute was deleted. */
   private ChangeNumber deleteTime;
-  /** Last time the attribute was modified */
+  /** Last time the attribute was modified. */
   private ChangeNumber lastUpdateTime;
   private final Map<AttrValueHistorical, AttrValueHistorical> valuesHist;
 

--
Gitblit v1.10.0