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/dsml/org/opends/dsml/protocol/DSMLCompareOperation.java | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/opends/src/dsml/org/opends/dsml/protocol/DSMLCompareOperation.java b/opends/src/dsml/org/opends/dsml/protocol/DSMLCompareOperation.java index 88a6a98..1ded6cb 100644 --- a/opends/src/dsml/org/opends/dsml/protocol/DSMLCompareOperation.java +++ b/opends/src/dsml/org/opends/dsml/protocol/DSMLCompareOperation.java @@ -36,10 +36,10 @@ import org.opends.server.protocols.asn1.ASN1Sequence; import org.opends.server.protocols.ldap.CompareRequestProtocolOp; import org.opends.server.protocols.ldap.CompareResponseProtocolOp; -import org.opends.server.protocols.ldap.LDAPException; import org.opends.server.protocols.ldap.LDAPMessage; import org.opends.server.protocols.ldap.ProtocolOp; import org.opends.server.tools.LDAPConnection; +import org.opends.server.types.LDAPException; -- Gitblit v1.10.0