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

Jean-Noël Rouvignac
04.51.2016 2d1ec373572251fa589b9552ed573f68c1e18557
opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/ui/CustomObjectClassPanel.java
@@ -1086,7 +1086,7 @@
    for (ObjectClass p : getObjectClassSuperiors())
    {
      inheritedRequiredAttributes.addAll(p.getRequiredAttributes());
      inheritedOptionalAttributes.addAll(p.getOptionalAttributeChain());
      inheritedOptionalAttributes.addAll(p.getOptionalAttributes());
    }
    for (AttributeType attr : inheritedRequiredAttributes)
    {