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

matthew_swift
08.52.2009 1b9f39db0f5450de6c3bb97cec681c342fff5944
sdk/src/org/opends/sdk/schema/CoreSchemaImpl.java
@@ -32,7 +32,8 @@
import java.util.*;
import com.sun.opends.sdk.util.Message;
import org.opends.sdk.LocalizableMessage;
@@ -73,8 +74,8 @@
  // Package private so that we can check for warnings in the unit
  // tests.
  static final List<Message> CORE_SCHEMA_WARNINGS =
      new LinkedList<Message>();
  static final List<LocalizableMessage> CORE_SCHEMA_WARNINGS =
      new LinkedList<LocalizableMessage>();
  static
  {