mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

floblanc
06.41.2009 9875d58ef915818b434ae57003d3fb84df8f5876
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();
  }