opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/ui/CustomAttributePanel.java
@@ -1251,7 +1251,7 @@ private AttributeType getNewAttribute() { AttributeType attr = new AttributeType("", getAttributeName(), return new AttributeType("", getAttributeName(), getAllNames(), getOID(), getDescription(), @@ -1265,8 +1265,6 @@ collective.isSelected(), nonModifiable.isSelected(), obsolete.isSelected(), singleValued.isSelected(), getExtraProperties()); return attr; } private void updateDefaultMatchingRuleNames()