From be0fe3eb50496cc908dc08ea9c29592dc1617ed8 Mon Sep 17 00:00:00 2001
From: jvergara <jvergara@localhost>
Date: Wed, 07 Nov 2007 23:58:07 +0000
Subject: [PATCH] Be consistent in dsreplication and the setup with the value we propose to represent the local host fully qualified name.

---
 opends/src/quicksetup/org/opends/quicksetup/UserData.java |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/opends/src/quicksetup/org/opends/quicksetup/UserData.java b/opends/src/quicksetup/org/opends/quicksetup/UserData.java
index 37d5227..bc4a967 100644
--- a/opends/src/quicksetup/org/opends/quicksetup/UserData.java
+++ b/opends/src/quicksetup/org/opends/quicksetup/UserData.java
@@ -600,9 +600,12 @@
   }
 
   /**
-   * Provides the default host name that will be displayed.
+   * Provides the default host name that will be proposed to the user for the
+   * local host.
+   * @return the default host name that will be proposed to the user for the
+   * local host.
    */
-  private String getDefaultHostName()
+  public static String getDefaultHostName()
   {
     String name = "";
     try

--
Gitblit v1.10.0