From 7b0cd002326fc52e5e8886a7074c449eaadc2212 Mon Sep 17 00:00:00 2001
From: matthew_swift <matthew_swift@localhost>
Date: Wed, 16 Dec 2009 22:18:23 +0000
Subject: [PATCH] Move authenticated connection factory to tools package since its rebind functionality is only useful in the perf tools.

---
 opendj-sdk/sdk/src/com/sun/opends/sdk/tools/PerformanceRunner.java |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/opendj-sdk/sdk/src/com/sun/opends/sdk/tools/PerformanceRunner.java b/opendj-sdk/sdk/src/com/sun/opends/sdk/tools/PerformanceRunner.java
index 48ce379..ffd54df 100644
--- a/opendj-sdk/sdk/src/com/sun/opends/sdk/tools/PerformanceRunner.java
+++ b/opendj-sdk/sdk/src/com/sun/opends/sdk/tools/PerformanceRunner.java
@@ -38,9 +38,10 @@
 import java.util.concurrent.atomic.AtomicReference;
 
 import org.opends.sdk.*;
-import org.opends.sdk.AuthenticatedConnectionFactory.AuthenticatedAsynchronousConnection;
 import org.opends.sdk.responses.Result;
 
+import com.sun.opends.sdk.tools.AuthenticatedConnectionFactory.AuthenticatedAsynchronousConnection;
+
 
 
 

--
Gitblit v1.10.0