| | |
| | | * CDDL HEADER END |
| | | * |
| | | * |
| | | * Copyright 2009 Sun Microsystems, Inc. |
| | | * Copyright 2009-2010 Sun Microsystems, Inc. |
| | | */ |
| | | |
| | | package org.opends.server.replication.protocol; |
| | |
| | | import org.opends.server.protocols.ldap.LDAPAttribute; |
| | | import org.opends.server.protocols.ldap.LDAPModification; |
| | | import org.opends.server.replication.common.ChangeNumber; |
| | | import org.opends.server.replication.plugin.Historical; |
| | | import org.opends.server.replication.plugin.EntryHistorical; |
| | | import org.opends.server.types.Attribute; |
| | | import org.opends.server.types.AttributeType; |
| | | import org.opends.server.types.AttributeUsage; |
| | |
| | | } |
| | | } |
| | | |
| | | if (!Historical.isHistoricalAttribute(attr)) |
| | | if (!EntryHistorical.isHistoricalAttribute(attr)) |
| | | { |
| | | LDAPModification ldapmod = new LDAPModification( |
| | | mod.getModificationType(), new LDAPAttribute(mod.getAttribute())); |