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

jvergara
23.19.2009 816876251d7bd5bf06b7a509092dcbcdf15f65c7
opendj-sdk/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();
  }