From 9875d58ef915818b434ae57003d3fb84df8f5876 Mon Sep 17 00:00:00 2001
From: floblanc <floblanc@localhost>
Date: Fri, 06 Nov 2009 16:41:51 +0000
Subject: [PATCH] Revert fix for 4341
---
opends/src/server/org/opends/server/core/CompareOperationBasis.java | 5 -----
1 files changed, 0 insertions(+), 5 deletions(-)
diff --git a/opends/src/server/org/opends/server/core/CompareOperationBasis.java b/opends/src/server/org/opends/server/core/CompareOperationBasis.java
index 26287d4..2d6e54f 100644
--- a/opends/src/server/org/opends/server/core/CompareOperationBasis.java
+++ b/opends/src/server/org/opends/server/core/CompareOperationBasis.java
@@ -233,10 +233,6 @@
*/
public final AttributeType getAttributeType()
{
- if (attributeType == null) {
- attributeType = DirectoryServer.getAttributeType(
- rawAttributeType.toLowerCase());
- }
return attributeType;
}
@@ -248,7 +244,6 @@
public void setAttributeType(AttributeType attributeType)
{
this.attributeType = attributeType;
- this.rawAttributeType = attributeType.getNameOrOID();
}
--
Gitblit v1.10.0