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

gbellato
25.09.2007 82fac34ae279ec769891444f0f6ea10b47382f8d
opends/src/server/org/opends/server/replication/protocol/ServerStartMessage.java
File was renamed from opends/src/server/org/opends/server/synchronization/protocol/ServerStartMessage.java
@@ -24,7 +24,7 @@
 *
 *      Portions Copyright 2006-2007 Sun Microsystems, Inc.
 */
package org.opends.server.synchronization.protocol;
package org.opends.server.replication.protocol;
import java.io.Serializable;
import java.io.UnsupportedEncodingException;
@@ -32,7 +32,7 @@
import java.net.UnknownHostException;
import java.util.zip.DataFormatException;
import org.opends.server.synchronization.common.ServerState;
import org.opends.server.replication.common.ServerState;
import org.opends.server.types.DirectoryException;
import org.opends.server.types.DN;