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

Matthew Swift
24.05.2011 70263adb8f65a0c60b8e908522ea9e3c61df6594
Fix for OPENDJ-205: Add support for rejecting and skipping records to the LDIF readers

Minor fix.
1 files modified
2 ■■■ changed files
opendj-sdk/opendj3/opendj-ldap-sdk/src/main/java/org/forgerock/opendj/ldap/schema/SchemaValidationPolicy.java 2 ●●● patch | view | raw | blame | history
opendj-sdk/opendj3/opendj-ldap-sdk/src/main/java/org/forgerock/opendj/ldap/schema/SchemaValidationPolicy.java
@@ -45,7 +45,7 @@
   * A call-back which will be called during DIT structure rule schema
   * validation in order to retrieve the parent of the entry being validated.
   */
  public interface EntryResolver
  public static interface EntryResolver
  {
    /**
     * Returns the named entry in order to enforce DIT structure rules.