From 4ae9f779b7fa8f1b673b0ac33370afb55a68a1a2 Mon Sep 17 00:00:00 2001
From: lutoff <lutoff@localhost>
Date: Mon, 05 Jan 2009 10:39:52 +0000
Subject: [PATCH] These changes have 3 different scope: 1) This change will allow to extend the dsreplication userdata objects. 2) The set of modification will also allow to extend the server     descriptor used by the internal admin 3) With the current implementation, if the server is configured     in manual mode, backend cannot be disabled (admin framework     will check aggregation constraint for this associated     LocalBackendWorkflowElement). This will block the import     for instance.     The modification relaxes this constraint.

---
 opends/src/server/org/opends/server/tools/dsreplication/StatusReplicationUserData.java |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/opends/src/server/org/opends/server/tools/dsreplication/StatusReplicationUserData.java b/opends/src/server/org/opends/server/tools/dsreplication/StatusReplicationUserData.java
index d83f72e..8a83b3b 100644
--- a/opends/src/server/org/opends/server/tools/dsreplication/StatusReplicationUserData.java
+++ b/opends/src/server/org/opends/server/tools/dsreplication/StatusReplicationUserData.java
@@ -22,7 +22,7 @@
  * CDDL HEADER END
  *
  *
- *      Copyright 2008 Sun Microsystems, Inc.
+ *      Copyright 2008-2009 Sun Microsystems, Inc.
  */
 
 package org.opends.server.tools.dsreplication;
@@ -33,7 +33,7 @@
  * interactive mode the ReplicationCliArgumentParser is not enough.
  *
  */
-class StatusReplicationUserData extends InitializeAllReplicationUserData
+public class StatusReplicationUserData extends InitializeAllReplicationUserData
 {
   private boolean scriptFriendly;
 

--
Gitblit v1.10.0