From a837c0600e8855892427c493e164147a8f68d6f4 Mon Sep 17 00:00:00 2001
From: jvergara <jvergara@localhost>
Date: Mon, 13 Jul 2009 09:20:24 +0000
Subject: [PATCH] Fix for issue 4106 (dsreplication should allow to merge disjoint replication topologies) dsreplication allows to merge disjoint topologies. The limitations on the topologies that can be merged are described in the issue report.
---
opends/src/ads/org/opends/admin/ads/ReplicaDescriptor.java | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/opends/src/ads/org/opends/admin/ads/ReplicaDescriptor.java b/opends/src/ads/org/opends/admin/ads/ReplicaDescriptor.java
index 964563d..5e5cb1d 100644
--- a/opends/src/ads/org/opends/admin/ads/ReplicaDescriptor.java
+++ b/opends/src/ads/org/opends/admin/ads/ReplicaDescriptor.java
@@ -22,7 +22,7 @@
* CDDL HEADER END
*
*
- * Copyright 2007-2008 Sun Microsystems, Inc.
+ * Copyright 2007-2009 Sun Microsystems, Inc.
*/
package org.opends.admin.ads;
@@ -143,9 +143,9 @@
}
/**
- * Returns the replication server id for the replication domain associated
+ * Returns the replication id for the replication domain associated
* with this replica.
- * @return the replication server id for the replication domain associated
+ * @return the replication id for the replication domain associated
* with this replica.
*/
public int getReplicationId()
@@ -154,9 +154,9 @@
}
/**
- * Sets the replication server id for the replication domain associated
+ * Sets the replication id for the replication domain associated
* with this replica.
- * @param replicationId the replication server id for the replication domain
+ * @param replicationId the replication id for the replication domain
* associated with this replica.
*/
public void setReplicationId(int replicationId)
--
Gitblit v1.10.0