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

Jean-Noel Rouvignac
04.48.2013 f4a5896f6a012775fb3fb23f6cf4cc4660a28de9
opends/src/server/org/opends/server/plugins/UniqueAttributePlugin.java
@@ -23,7 +23,7 @@
 *
 *
 *      Copyright 2008-2009 Sun Microsystems, Inc.
 *      Portions Copyright 2011 ForgeRock AS
 *      Portions Copyright 2011-2013 ForgeRock AS
 */
package org.opends.server.plugins;
@@ -53,6 +53,7 @@
import org.opends.server.loggers.debug.DebugTracer;
import org.opends.server.protocols.internal.InternalClientConnection;
import org.opends.server.protocols.internal.InternalSearchOperation;
import org.opends.server.schema.SchemaConstants;
import org.opends.server.types.Attribute;
import org.opends.server.types.AttributeType;
import org.opends.server.types.AttributeValue;
@@ -115,7 +116,7 @@
       new LinkedHashSet<String>(1);
  static
  {
    SEARCH_ATTRS.add("1.1");
    SEARCH_ATTRS.add(SchemaConstants.NO_ATTRIBUTES);
  }