From 7aefa05b593d2fbc07427b280c3181c4b9b8613c Mon Sep 17 00:00:00 2001
From: jvergara <jvergara@localhost>
Date: Fri, 23 Oct 2009 10:19:11 +0000
Subject: [PATCH] Make some methods in the ADS public.
---
opends/src/ads/org/opends/admin/ads/ADSContext.java | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/opends/src/ads/org/opends/admin/ads/ADSContext.java b/opends/src/ads/org/opends/admin/ads/ADSContext.java
index fdab5be..7375770 100644
--- a/opends/src/ads/org/opends/admin/ads/ADSContext.java
+++ b/opends/src/ads/org/opends/admin/ads/ADSContext.java
@@ -1939,7 +1939,7 @@
* Returns the parent entry of the server entries.
* @return the parent entry of the server entries.
*/
- private static String getServerContainerDN()
+ public static String getServerContainerDN()
{
return "cn=Servers," + getAdministrationSuffixDN();
}
@@ -1957,7 +1957,7 @@
* Returns the parent entry of the server group entries.
* @return the parent entry of the server group entries.
*/
- private static String getServerGroupContainerDN()
+ public static String getServerGroupContainerDN()
{
return "cn=Server Groups," + getAdministrationSuffixDN();
}
--
Gitblit v1.10.0