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

Jean-Noël Rouvignac
11.39.2016 18bcdc6dd02ec91f32ba9922def2ffb3e4e38073
opendj-server-legacy/src/main/java/org/opends/admin/ads/SuffixDescriptor.java
@@ -36,17 +36,7 @@
   *
   * @return the DN associated with this suffix descriptor.
   */
  public String getDN() // FIXME change return type to DN
  {
    return suffixDN.toString();
  }
  /**
   * Returns the DN associated with this suffix descriptor.
   *
   * @return the DN associated with this suffix descriptor.
   */
  public DN getDnAsDn()
  public DN getDN()
  {
    return suffixDN;
  }