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

neil_a_wilson
17.07.2006 265b1e9355d7e5110787fa5a47735c73abe1f9e1
opendj-sdk/opends/src/server/org/opends/server/schema/ObjectClassSyntax.java
@@ -800,6 +800,13 @@
    }
    // This should only happen for the "top" objectclass.
    if (superiorClass.getOID().equals(oid))
    {
      superiorClass = null;
    }
    return new ObjectClass(primaryName, names, oid, description, superiorClass,
                           requiredAttributes, optionalAttributes,
                           objectClassType, isObsolete, extraProperties);