From 5ceb2e9601d2501d021d0c61188ec913076555a0 Mon Sep 17 00:00:00 2001
From: matthew_swift <matthew_swift@localhost>
Date: Wed, 26 Sep 2007 12:21:02 +0000
Subject: [PATCH] Merge branches/temp-admin@3208 onto trunk@3208.

---
 opends/src/server/org/opends/server/backends/jeb/ImportContext.java |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/opends/src/server/org/opends/server/backends/jeb/ImportContext.java b/opends/src/server/org/opends/server/backends/jeb/ImportContext.java
index d7e8392..772a999 100644
--- a/opends/src/server/org/opends/server/backends/jeb/ImportContext.java
+++ b/opends/src/server/org/opends/server/backends/jeb/ImportContext.java
@@ -30,7 +30,7 @@
 import org.opends.server.types.Entry;
 import org.opends.server.types.LDIFImportConfig;
 import org.opends.server.util.LDIFReader;
-import org.opends.server.admin.std.server.JEBackendCfg;
+import org.opends.server.admin.std.server.LocalDBBackendCfg;
 
 import java.util.concurrent.BlockingQueue;
 import java.util.concurrent.atomic.AtomicLong;
@@ -61,7 +61,7 @@
   /**
    * The configuration of the destination backend.
    */
-  private JEBackendCfg config;
+  private LocalDBBackendCfg config;
 
   /**
    * The requested LDIF import configuration.
@@ -154,7 +154,7 @@
    * Set the configuration of the destination backend.
    * @param config The destination backend configuration.
    */
-  public void setConfig(JEBackendCfg config)
+  public void setConfig(LocalDBBackendCfg config)
   {
     this.config = config;
   }
@@ -163,7 +163,7 @@
    * Get the configuration of the destination backend.
    * @return The destination backend configuration.
    */
-  public JEBackendCfg getConfig()
+  public LocalDBBackendCfg getConfig()
   {
     return config;
   }

--
Gitblit v1.10.0