From 8d21db36015f8560d9cd2bcee9817f2c0a07a386 Mon Sep 17 00:00:00 2001
From: Jean-Noel Rouvignac <jean-noel.rouvignac@forgerock.com>
Date: Tue, 24 Mar 2015 14:11:47 +0000
Subject: [PATCH] Autorefactored javadocs
---
opendj-server-legacy/src/test/java/org/opends/server/replication/UpdateOperationTest.java | 15 +++++----------
1 files changed, 5 insertions(+), 10 deletions(-)
diff --git a/opendj-server-legacy/src/test/java/org/opends/server/replication/UpdateOperationTest.java b/opendj-server-legacy/src/test/java/org/opends/server/replication/UpdateOperationTest.java
index b91ba32..b1ecf93 100644
--- a/opendj-server-legacy/src/test/java/org/opends/server/replication/UpdateOperationTest.java
+++ b/opendj-server-legacy/src/test/java/org/opends/server/replication/UpdateOperationTest.java
@@ -69,7 +69,7 @@
private static final LocalizedLogger logger = LocalizedLogger.getLoggerForThisClass();
/**
- * An entry with a entryUUID
+ * An entry with a entryUUID.
*/
private Entry personWithUUIDEntry;
private Entry personWithSecondUniqueID;
@@ -85,7 +85,7 @@
private String user1entryUUID;
/**
- * A "person" entry
+ * A "person" entry.
*/
private Entry personEntry;
private int replServerPort;
@@ -272,7 +272,7 @@
}
/**
- * Add an entry in the database
+ * Add an entry in the database.
*/
private CSN addEntry(Entry entry) throws Exception
{
@@ -283,7 +283,7 @@
}
/**
- * Delete an entry in the database
+ * Delete an entry in the database.
*/
private void delEntry(DN dn) throws Exception
{
@@ -920,11 +920,9 @@
assertConflictAutomaticallyResolved(alertCount);
- //
// Check that when a delete is conflicting with Add of some entries
// below the deleted entries, the child entry that have been added
// before the deleted is replayed gets renamed correctly.
- //
// add domain1 entry with 2 children : domain2 and domain3
addEntry(domain1);
@@ -971,10 +969,9 @@
delEntry(conflictDomain3dn);
- //
// Check that when a delete is replayed over an entry which has child
// those child are also deleted
- //
+
// add domain1 entry with 2 children : domain2 and domain3
addEntry(domain1);
domain1uid = getEntryUUID(domain1dn);
@@ -1005,11 +1002,9 @@
delEntry(conflictDomain2dn);
delEntry(conflictDomain3dn);
- //
// Check that when an entry is added on one master below an entry
// that is currently deleted on another master, the replay of the
// add on the second master cause the added entry to be renamed
- //
broker.publish(addMsg(gen, domain2, domain2uid, domain1uid));
// check that conflict entry was created
--
Gitblit v1.10.0