opends/src/server/org/opends/server/admin/PropertyDefinition.java
@@ -417,7 +417,7 @@ if (this == o) { return true; } else if (o instanceof PropertyDefinition) { PropertyDefinition other = (PropertyDefinition) o; PropertyDefinition<?> other = (PropertyDefinition<?>) o; if (propertyName.equals(other.propertyName)) { if (theClass.equals(other.theClass)) { return true;