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

matthew_swift
08.52.2009 460075839833c278f128c1482638767cdc68bfc7
opendj-sdk/sdk/src/org/opends/sdk/schema/SchemaElement.java
@@ -32,7 +32,8 @@
import java.util.List;
import java.util.Map;
import com.sun.opends.sdk.util.Message;
import org.opends.sdk.LocalizableMessage;
import com.sun.opends.sdk.util.Validator;
@@ -180,6 +181,6 @@
  abstract void validate(List<Message> warnings, Schema schema)
  abstract void validate(List<LocalizableMessage> warnings, Schema schema)
      throws SchemaException;
}