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

Jean-Noel Rouvignac
05.12.2013 abc221280d6e24af1665809f1c9f5d765b4f2cb3
UniqueAttributePlugin.java:
Fixed checkstyle error.
1 files modified
4 ■■■■ changed files
opendj-sdk/opends/src/server/org/opends/server/plugins/UniqueAttributePlugin.java 4 ●●●● patch | view | raw | blame | history
opendj-sdk/opends/src/server/org/opends/server/plugins/UniqueAttributePlugin.java
@@ -492,8 +492,8 @@
              for (AttributeValue v : updatedAttr)
              {
                sendAlertForUnresolvedConflict(modifyOperation, entryDN, entryDN,
                    t, v, baseDNs, config);
                sendAlertForUnresolvedConflict(modifyOperation, entryDN,
                    entryDN, t, v, baseDNs, config);
              }
            }
          }