opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/ui/NewObjectClassPanel.java
@@ -465,7 +465,7 @@ for (ObjectClass oc : superiors.getSelectedSuperiors()) { inheritedRequiredAttributes.addAll(oc.getRequiredAttributes()); inheritedOptionalAttributes.addAll(oc.getOptionalAttributeChain()); inheritedOptionalAttributes.addAll(oc.getOptionalAttributes()); } for (AttributeType attr : inheritedRequiredAttributes) {