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

gbellato
10.00.2009 8601139b9dac2d351ab7783141e5e0ecc18773a3
opendj-sdk/opends/src/server/org/opends/server/replication/plugin/SetGenerationIdTask.java
File was renamed from opendj-sdk/opends/src/server/org/opends/server/replication/service/SetGenerationIdTask.java
@@ -22,12 +22,13 @@
 * CDDL HEADER END
 *
 *
 *      Copyright 2006-2008 Sun Microsystems, Inc.
 *      Copyright 2006-2009 Sun Microsystems, Inc.
 */
package org.opends.server.replication.service;
package org.opends.server.replication.plugin;
import static org.opends.server.config.ConfigConstants.*;
import static org.opends.server.core.DirectoryServer.getAttributeType;
import org.opends.server.replication.service.ReplicationDomain;
import org.opends.server.tasks.TaskUtils;
@@ -42,6 +43,7 @@
import org.opends.server.loggers.debug.DebugTracer;
import org.opends.server.types.Attribute;
import org.opends.server.types.AttributeType;
import org.opends.server.types.DN;
import org.opends.server.types.DirectoryException;
import org.opends.server.types.Entry;
import org.opends.server.types.ResultCode;
@@ -123,7 +125,8 @@
    try
    {
      domain = ReplicationDomain.retrievesReplicationDomain(domainString);
      DN dn = DN.decode(domainString);
      domain = LDAPReplicationDomain.retrievesReplicationDomain(dn);
    }
    catch(DirectoryException e)
    {