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

davidely
02.00.2007 a5ce1b53bf9304c08bb51639b48bb77085cd62b3
opends/tests/unit-tests-testng/src/server/org/opends/server/plugins/UpdatePreOpPlugin.java
@@ -119,14 +119,8 @@
      }
    }
    if (instance == null)
    {
      instance = this;
    }
    else
    {
      throw new ConfigException(Message.raw("Only one update preop plugin may be used"));
    }
    // We assume that there is only one of these active at a time.
    instance = this;
    setAttributes       = new ArrayList<Attribute>();
    removeAttributes    = new ArrayList<AttributeType>();