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

Valery Kharseko
3 hours ago 6dc8f80457d5e4f3182fcee3adeda01928ae68f3
opendj-server-legacy/src/test/java/org/opends/server/replication/plugin/DomainFakeCfg.java
@@ -18,6 +18,7 @@
package org.opends.server.replication.plugin;
import java.net.InetAddress;
import java.util.Collections;
import java.util.SortedSet;
import java.util.TreeSet;
@@ -228,6 +229,17 @@
    this.policy = policy;
  }
  /**
   * Excludes attributes from replication, as {@code ds-cfg-fractional-exclude} does.
   *
   * @param values the values of the setting, each of the form {@code class:attr1,attr2}
   *               or {@code *:attr1,attr2}
   */
  public void addFractionalExclude(String... values)
  {
    Collections.addAll(fractionalExcludes, values);
  }
  @Override
  public int getAssuredSdLevel()
  {