From 99aaa917a95d7ec19e14dad25f61f58ff84753b1 Mon Sep 17 00:00:00 2001
From: Jean-Noel Rouvignac <jean-noel.rouvignac@forgerock.com>
Date: Tue, 24 Mar 2015 10:49:57 +0000
Subject: [PATCH] Autorefactored javadocs
---
opendj-server-legacy/src/main/java/org/opends/server/replication/plugin/AttrHistoricalSingle.java | 30 ++++++++++--------------------
1 files changed, 10 insertions(+), 20 deletions(-)
diff --git a/opendj-server-legacy/src/main/java/org/opends/server/replication/plugin/AttrHistoricalSingle.java b/opendj-server-legacy/src/main/java/org/opends/server/replication/plugin/AttrHistoricalSingle.java
index 51e8647..74ba9d9 100644
--- a/opendj-server-legacy/src/main/java/org/opends/server/replication/plugin/AttrHistoricalSingle.java
+++ b/opendj-server-legacy/src/main/java/org/opends/server/replication/plugin/AttrHistoricalSingle.java
@@ -22,7 +22,7 @@
*
*
* Copyright 2008-2010 Sun Microsystems, Inc.
- * Portions Copyright 2011-2014 ForgeRock AS
+ * Portions Copyright 2011-2015 ForgeRock AS
*/
package org.opends.server.replication.plugin;
@@ -55,24 +55,20 @@
/** Last added value. */
private ByteString value;
-/**
- * last operation applied. This is only used for multiple mods on the same
- * single valued attribute in the same modification.
- */
+ /**
+ * Last operation applied. This is only used for multiple mods on the same
+ * single valued attribute in the same modification.
+ */
private HistAttrModificationKey lastMod;
- /**
- * {@inheritDoc}
- */
+ /** {@inheritDoc} */
@Override
public CSN getDeleteTime()
{
return this.deleteTime;
}
- /**
- * {@inheritDoc}
- */
+ /** {@inheritDoc} */
@Override
public Map<AttrValueHistorical,AttrValueHistorical> getValuesHistorical()
{
@@ -87,9 +83,7 @@
}
}
- /**
- * {@inheritDoc}
- */
+ /** {@inheritDoc} */
@Override
public void processLocalOrNonConflictModification(CSN csn, Modification mod)
{
@@ -138,9 +132,7 @@
}
}
- /**
- * {@inheritDoc}
- */
+ /** {@inheritDoc} */
@Override
public boolean replayOperation(Iterator<Modification> modsIterator, CSN csn,
Entry modifiedEntry, Modification mod)
@@ -287,9 +279,7 @@
return conflict;
}
- /**
- * {@inheritDoc}
- */
+ /** {@inheritDoc} */
@Override
public void assign(HistAttrModificationKey histKey, ByteString value, CSN csn)
{
--
Gitblit v1.10.0