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

pgamba
10.52.2009 f19118ce770a542c05b0202287d3aa211fa89309
opendj-sdk/opends/src/server/org/opends/server/replication/service/ReplicationDomain.java
@@ -2909,14 +2909,4 @@
  {
    return eClIncludes;
  }
  /**
   * Set the list of attributes to include in the ECL.
   * @param eclIncludes The list of attributes.
   */
  protected void setCfgEclInclude(Set<String> eclIncludes)
  {
    this.cfgEclIncludes = eclIncludes;
    this.eClIncludes = eclIncludes;
  }
}