| | |
| | | import org.opends.server.core.DirectoryServer; |
| | | import org.opends.server.replication.plugin.LDAPReplicationDomain.*; |
| | | import org.opends.server.types.*; |
| | | import org.forgerock.opendj.ldap.ByteString; |
| | | import org.forgerock.opendj.ldap.ResultCode; |
| | | import static org.opends.messages.ReplicationMessages.*; |
| | | import static org.opends.server.replication.plugin.LDAPReplicationDomain.*; |
| | |
| | | // Now flush attribute values into entry |
| | | if (somethingToFlush) |
| | | { |
| | | List<AttributeValue> duplicateValues = new ArrayList<AttributeValue>(); |
| | | List<ByteString> duplicateValues = new ArrayList<ByteString>(); |
| | | entry.addAttribute(attrBuilder.toAttribute(), duplicateValues); |
| | | } |
| | | } |