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

matthew_swift
08.52.2009 460075839833c278f128c1482638767cdc68bfc7
opendj-sdk/sdk/src/org/opends/sdk/schema/Schema.java
@@ -38,8 +38,6 @@
import org.opends.sdk.*;
import org.opends.sdk.responses.SearchResultEntry;
import com.sun.opends.sdk.util.LocalizedIllegalArgumentException;
import com.sun.opends.sdk.util.Message;
import com.sun.opends.sdk.util.StaticUtils;
import com.sun.opends.sdk.util.Validator;
@@ -1545,7 +1543,7 @@
   *           Server.
   */
  public static Schema getSchema(Connection connection, String dn,
      List<Message> warnings) throws ErrorResultException,
      List<LocalizableMessage> warnings) throws ErrorResultException,
      InterruptedException, LocalizedIllegalArgumentException,
      SchemaNotFoundException
  {