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