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

matthew_swift
05.42.2009 22094368c2865dcfb6daf8366425212b721a4657
opends/src/server/org/opends/server/extensions/SubschemaSubentryVirtualAttributeProvider.java
@@ -38,13 +38,7 @@
import org.opends.server.config.ConfigException;
import org.opends.server.core.DirectoryServer;
import org.opends.server.core.SearchOperation;
import org.opends.server.types.AttributeValue;
import org.opends.server.types.ByteString;
import org.opends.server.types.ConditionResult;
import org.opends.server.types.Entry;
import org.opends.server.types.InitializationException;
import org.opends.server.types.ResultCode;
import org.opends.server.types.VirtualAttributeRule;
import org.opends.server.types.*;
import static org.opends.messages.ExtensionMessages.*;
@@ -103,8 +97,8 @@
                                       VirtualAttributeRule rule)
  {
    AttributeValue value =
        new AttributeValue(rule.getAttributeType(),
                           DirectoryServer.getSchemaDN().toString());
        AttributeValues.create(rule.getAttributeType(), DirectoryServer
            .getSchemaDN().toString());
    return Collections.singleton(value);
  }