| File was renamed from opends/src/server/org/opends/server/synchronization/protocol/AckMessage.java |
| | |
| | | * |
| | | * Portions Copyright 2006-2007 Sun Microsystems, Inc. |
| | | */ |
| | | package org.opends.server.synchronization.protocol; |
| | | package org.opends.server.replication.protocol; |
| | | |
| | | import java.io.UnsupportedEncodingException; |
| | | import java.util.zip.DataFormatException; |
| | | |
| | | import org.opends.server.synchronization.common.ChangeNumber; |
| | | import org.opends.server.replication.common.ChangeNumber; |
| | | |
| | | /** |
| | | * Used to send acks between LDAP and changelog servers. |