mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

jvergara
23.19.2009 7aefa05b593d2fbc07427b280c3181c4b9b8613c
Make some methods in the ADS public.
1 files modified
4 ■■■■ changed files
opends/src/ads/org/opends/admin/ads/ADSContext.java 4 ●●●● patch | view | raw | blame | history
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();
  }