From 61319d28a0a0129e3a81f4f9ca770d1b63e06233 Mon Sep 17 00:00:00 2001
From: jdemendi <jdemendi@localhost>
Date: Mon, 16 Jul 2007 08:02:35 +0000
Subject: [PATCH] This fix is the refactoring of the compare operation (issue #1886).
---
opends/src/server/org/opends/server/protocols/jmx/JmxClientConnection.java | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/opends/src/server/org/opends/server/protocols/jmx/JmxClientConnection.java b/opends/src/server/org/opends/server/protocols/jmx/JmxClientConnection.java
index d872b3b..ce06fad 100644
--- a/opends/src/server/org/opends/server/protocols/jmx/JmxClientConnection.java
+++ b/opends/src/server/org/opends/server/protocols/jmx/JmxClientConnection.java
@@ -589,8 +589,8 @@
String attributeType,
ASN1OctetString assertionValue)
{
- CompareOperation compareOperation =
- new CompareOperation(this, nextOperationID(), nextMessageID(),
+ CompareOperationBasis compareOperation =
+ new CompareOperationBasis(this, nextOperationID(), nextMessageID(),
new ArrayList<Control>(0), rawEntryDN,
attributeType, assertionValue);
--
Gitblit v1.10.0