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

Jean-Noël Rouvignac
01.04.2016 7662842520cb3458930035dd726d5c18e8cfd31a
opendj-server-legacy/src/main/java/org/opends/server/api/CompressedSchema.java
@@ -555,7 +555,7 @@
  {
    final AttributeType type = DirectoryServer.getAttributeType(attributeName);
    final Set<String> options = getOptions(attributeOptions);
    final AttributeDescription ad = AttributeDescriptions.create(type, options);
    final AttributeDescription ad = AttributeDescription.create(type, options);
    exclusiveLock.lock();
    try
    {