From ceef7ba098240a8b10aee4f36d1653795652481c Mon Sep 17 00:00:00 2001
From: jvergara <jvergara@localhost>
Date: Fri, 27 Apr 2007 14:51:31 +0000
Subject: [PATCH] Move some of the panels specific of the installer to the package org.opends.quicksetup.installer.ui.

---
 opends/src/statuspanel/org/opends/statuspanel/BaseDNDescriptor.java |   20 ++++++++++----------
 1 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/opends/src/statuspanel/org/opends/statuspanel/BaseDNDescriptor.java b/opends/src/statuspanel/org/opends/statuspanel/BaseDNDescriptor.java
index 6b41336..c4c5a5a 100644
--- a/opends/src/statuspanel/org/opends/statuspanel/BaseDNDescriptor.java
+++ b/opends/src/statuspanel/org/opends/statuspanel/BaseDNDescriptor.java
@@ -42,13 +42,13 @@
   public enum Type
   {
     /**
-     * The base DN is not synchronized.
+     * The base DN is not replicated.
      */
-    NOT_SYNCHRONIZED,
+    NOT_REPLICATED,
     /**
-     * The base DN is synchronized.
+     * The base DN is replicated.
      */
-    SYNCHRONIZED
+    REPLICATED
   };
 
   private int missingChanges;
@@ -59,8 +59,8 @@
 
   /**
    * Constructor for this class.
-   * @param type the type of synchronization.
-   * @param baseDn the base DN associated with the Synchronization.
+   * @param type the type of replication.
+   * @param baseDn the base DN associated with the Replication.
    * @param db the database containing this base DN.
    * @param ageOfOldestMissingChange the number of missing changes.
    * @param missingChanges the number of missing changes.
@@ -118,9 +118,9 @@
   }
 
   /**
-   * Returns the number of missing changes in the synchronization topology for
+   * Returns the number of missing changes in the replication topology for
    * this base DN.
-   * @return the number of missing changes in the synchronization topology for
+   * @return the number of missing changes in the replication topology for
    * this base DN.
    */
   public int getMissingChanges()
@@ -130,9 +130,9 @@
 
   /**
    * Returns the age of the oldest missing change in seconds in the
-   * synchronization topology for this base DN.
+   * replication topology for this base DN.
    * @return the age of the oldest missing change in seconds in the
-   * synchronization topology for this base DN.
+   * replication topology for this base DN.
    */
   public int getAgeOfOldestMissingChange()
   {

--
Gitblit v1.10.0