From 44aad3f84d2a820094f3b5e73722778edc8c23f5 Mon Sep 17 00:00:00 2001
From: neil_a_wilson <neil_a_wilson@localhost>
Date: Tue, 24 Apr 2007 22:40:57 +0000
Subject: [PATCH] Make several significant changes to the OpenDS code base, including:
---
opends/src/server/org/opends/server/synchronization/plugin/MultimasterSynchronization.java | 9 +++------
1 files changed, 3 insertions(+), 6 deletions(-)
diff --git a/opends/src/server/org/opends/server/synchronization/plugin/MultimasterSynchronization.java b/opends/src/server/org/opends/server/synchronization/plugin/MultimasterSynchronization.java
index 0637e48..da57868 100644
--- a/opends/src/server/org/opends/server/synchronization/plugin/MultimasterSynchronization.java
+++ b/opends/src/server/org/opends/server/synchronization/plugin/MultimasterSynchronization.java
@@ -26,8 +26,6 @@
*/
package org.opends.server.synchronization.plugin;
-import static org.opends.server.synchronization.common.LogMessages.HISTORICAL;
-
import java.util.HashMap;
import java.util.List;
import java.util.Map;
@@ -48,8 +46,6 @@
import org.opends.server.core.DirectoryServer;
import org.opends.server.core.ModifyDNOperation;
import org.opends.server.core.ModifyOperation;
-import org.opends.server.core.Operation;
-import org.opends.server.synchronization.common.LogMessages;
import org.opends.server.types.BackupConfig;
import org.opends.server.types.ConfigChangeResult;
import org.opends.server.types.DN;
@@ -58,10 +54,13 @@
import org.opends.server.types.LDIFExportConfig;
import org.opends.server.types.LDIFImportConfig;
import org.opends.server.types.Modification;
+import org.opends.server.types.Operation;
import org.opends.server.types.RestoreConfig;
import org.opends.server.types.ResultCode;
import org.opends.server.types.SynchronizationProviderResult;
+import static org.opends.server.messages.SynchronizationMessages.*;
+
/**
* This class is used to load the Synchronization code inside the JVM
* and to trigger initialization of the synchronization.
@@ -95,8 +94,6 @@
MultimasterSynchronizationProviderCfg configuration)
throws ConfigException
{
- LogMessages.registerMessages();
-
changelog = new ChangelogListener(configuration);
// Register as an add and delete listener with the root configuration so we
--
Gitblit v1.10.0