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

Matthew Swift
03.05.2012 41e72531b209b74571589296a3a33354eb2a1c39
opendj3/opendj-ldap-sdk/src/main/java/org/forgerock/opendj/ldap/schema/SchemaValidationPolicy.java
@@ -22,7 +22,7 @@
 * CDDL HEADER END
 *
 *
 *      Copyright 2011 ForgeRock AS
 *      Copyright 2011-2012 ForgeRock AS
 */
package org.forgerock.opendj.ldap.schema;
@@ -385,7 +385,7 @@
   *           {@code REJECT}.
   */
  public SchemaValidationPolicy checkDITStructureRules(final Policy policy,
      final EntryResolver resolver) throws IllegalArgumentException
      final EntryResolver resolver)
  {
    if (checkDITStructureRules.needsChecking() && resolver == null)
    {