From dffb44b1a41bd742e94ac0bc715c83523f73b7c9 Mon Sep 17 00:00:00 2001
From: gbellato <gbellato@localhost>
Date: Mon, 24 Jul 2006 16:49:58 +0000
Subject: [PATCH] Update the synchronization configuration to - put changelog configuration below cn=Multimaster Synchronization,cn=Synchronization Providers,cn=config - use ds-cfg-changelog-server-id and ds-cfg-directory-server-id instead of ds-cfg-server-id - don't require the ds-cfg-changelog-server attribute in changelog configuration (ds-cfg-synchronization-changelog-server-config objectclass)
---
opendj-sdk/opends/src/server/org/opends/server/synchronization/AttrInfo.java | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
diff --git a/opendj-sdk/opends/src/server/org/opends/server/synchronization/AttrInfo.java b/opendj-sdk/opends/src/server/org/opends/server/synchronization/AttrInfo.java
index 81cc507..74b2e4e 100644
--- a/opendj-sdk/opends/src/server/org/opends/server/synchronization/AttrInfo.java
+++ b/opendj-sdk/opends/src/server/org/opends/server/synchronization/AttrInfo.java
@@ -34,7 +34,11 @@
/**
* This classes is used to store historical information.
- * TODO : better explanation is needed
+ * One object of this type is created for each attribute that was changed in
+ * the entry.
+ * It allows to record the last time a givene value was added, the last
+ * time a given value was deleted and the last time the whole attribute was
+ * deleted.
*/
public class AttrInfo
{
--
Gitblit v1.10.0