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>();