opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/ui/NewAttributePanel.java
@@ -856,7 +856,7 @@ private AttributeType getAttribute() { AttributeType attr = new AttributeType("", getAttributeName(), return new AttributeType("", getAttributeName(), getAllNames(), getOID(), getDescription(), @@ -870,7 +870,5 @@ collective.isSelected(), nonModifiable.isSelected(), obsolete.isSelected(), singleValued.isSelected(), getExtraProperties()); return attr; } }