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

neil_a_wilson
15.59.2006 de5487e6190238391f411b92843fb9ff7750e224
opends/src/server/org/opends/server/plugins/LastModPlugin.java
@@ -237,7 +237,7 @@
    try
    {
      modifyOperation.addModification(new Modification(ModificationType.REPLACE,
                                                       nameAttr));
                                                       nameAttr, true));
    }
    catch (DirectoryException de)
    {
@@ -261,7 +261,7 @@
    try
    {
      modifyOperation.addModification(new Modification(ModificationType.REPLACE,
                                                       timeAttr));
                                                       timeAttr, true));
    }
    catch (DirectoryException de)
    {
@@ -310,7 +310,7 @@
    Attribute nameAttr = new Attribute(modifiersNameType,
                                       OP_ATTR_MODIFIERS_NAME, nameValues);
    modifyDNOperation.addModification(new Modification(ModificationType.REPLACE,
                                                       nameAttr));
                                                       nameAttr, true));
    //  Create the modifyTimestamp attribute.
@@ -322,7 +322,7 @@
    Attribute timeAttr = new Attribute(modifyTimestampType,
                                       OP_ATTR_MODIFY_TIMESTAMP, timeValues);
    modifyDNOperation.addModification(new Modification(ModificationType.REPLACE,
                                                       timeAttr));
                                                       timeAttr, true));
    // We shouldn't ever need to return a non-success result.