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

matthew_swift
08.52.2009 1b9f39db0f5450de6c3bb97cec681c342fff5944
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;
}