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(); }