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

Jean-Noel Rouvignac
07.12.2015 90a6ab6c63699343acf3adcd4346bce2f5665bdd
opendj-server-legacy/src/main/java/org/opends/server/admin/client/ldap/LDAPNameBuilder.java
@@ -122,13 +122,10 @@
  }
  /** The list of RDNs in big-endian order. */
  private final LinkedList<Rdn> rdns;
  private final LinkedList<Rdn> rdns = new LinkedList<>();
  /** The LDAP profile. */
  private final LDAPProfile profile;
  /**
   * Create a new JNDI LDAP name builder.
   *
@@ -137,12 +134,9 @@
   *          names.
   */
  public LDAPNameBuilder(LDAPProfile profile) {
    this.rdns = new LinkedList<Rdn>();
    this.profile = profile;
  }
  /** {@inheritDoc} */
  public <C extends ConfigurationClient, S extends Configuration>
      void appendManagedObjectPathElement(