opends/src/server/org/opends/server/core/CompareOperationBasis.java
@@ -233,6 +233,10 @@ */ public final AttributeType getAttributeType() { if (attributeType == null) { attributeType = DirectoryServer.getAttributeType( rawAttributeType.toLowerCase()); } return attributeType; } @@ -244,6 +248,7 @@ public void setAttributeType(AttributeType attributeType) { this.attributeType = attributeType; this.rawAttributeType = attributeType.getNameOrOID(); }