From 5c35407b132d21857b59d6dd20442f7cf341eeed Mon Sep 17 00:00:00 2001
From: jvergara <jvergara@localhost>
Date: Tue, 15 Jan 2008 17:36:59 +0000
Subject: [PATCH] Fix for issue 2818 (Cannot start replication ifthe second server created using quicksetup tool)

---
 opends/src/guitools/org/opends/guitools/uninstaller/Uninstaller.java |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/opends/src/guitools/org/opends/guitools/uninstaller/Uninstaller.java b/opends/src/guitools/org/opends/guitools/uninstaller/Uninstaller.java
index f1628be..e23b86f 100644
--- a/opends/src/guitools/org/opends/guitools/uninstaller/Uninstaller.java
+++ b/opends/src/guitools/org/opends/guitools/uninstaller/Uninstaller.java
@@ -1288,7 +1288,7 @@
   /**
    * {@inheritDoc}
    */
-  protected ApplicationTrustManager getTrustManager()
+  public ApplicationTrustManager getTrustManager()
   {
     return getUninstallUserData().getTrustManager();
   }

--
Gitblit v1.10.0