mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

Jean-Noel Rouvignac
17.23.2015 a2c984366f119a651851cb4aa8f16466d3ae4e96
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;
  }
}