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

Jean-Noël Rouvignac
06.29.2016 08cb78a98bc35e0c625917d63de381b0093711f2
opendj-server-legacy/src/main/java/org/opends/server/plugins/UniqueAttributePlugin.java
@@ -259,7 +259,7 @@
        case INCREMENT:
          // We could calculate the new value, but we'll just take it from the updated entry.
          Attribute updatedAttr = modifyOperation.getModifiedEntry().getExactAttribute(a.getAttributeDescription());
          Attribute updatedAttr = modifyOperation.getModifiedEntry().getAttribute(a.getAttributeDescription());
          if (updatedAttr != null)
          {
            for (ByteString v : updatedAttr)
@@ -441,7 +441,7 @@
        case INCREMENT:
          // We could calculate the new value, but we'll just take it from the updated entry.
          Attribute updatedAttr = modifyOperation.getModifiedEntry().getExactAttribute(a.getAttributeDescription());
          Attribute updatedAttr = modifyOperation.getModifiedEntry().getAttribute(a.getAttributeDescription());
          if (updatedAttr != null)
          {
            for (ByteString v : updatedAttr)
@@ -813,7 +813,7 @@
        case INCREMENT:
          // We could calculate the new value, but we'll just take it from the updated entry.
          Attribute updatedAttr = modifyOperation.getModifiedEntry().getExactAttribute(a.getAttributeDescription());
          Attribute updatedAttr = modifyOperation.getModifiedEntry().getAttribute(a.getAttributeDescription());
          if (updatedAttr != null)
          {
            for (ByteString v : updatedAttr)