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

Ludovic Poitou
24.14.2011 902d677f1d79cfa169f0c021f294543eb26bb327
opends/src/server/org/opends/server/core/SchemaConfigManager.java
@@ -23,6 +23,7 @@
 *
 *
 *      Copyright 2006-2010 Sun Microsystems, Inc.
 *      Portions Copyright 2011 ForgeRock AS
 */
package org.opends.server.core;
import org.opends.messages.Message;
@@ -1522,7 +1523,7 @@
   *                    false if the attribute is not part of the schema
   *                    definition.
   */
  private static boolean isSchemaAttribute(Attribute attribute)
  public static boolean isSchemaAttribute(Attribute attribute)
  {
    String attributeOid = attribute.getAttributeType().getOID();
    if (attributeOid.equals("2.5.21.1") ||