| | |
| | | for (Modification m : modifyOperation.getModifications()) |
| | | { |
| | | Attribute a = m.getAttribute(); |
| | | AttributeType t = a.getAttributeType(); |
| | | AttributeType t = a.getAttributeDescription().getAttributeType(); |
| | | if (! config.getType().contains(t)) |
| | | { |
| | | // This modification isn't for a unique attribute. |
| | |
| | | for (Modification m : modifyOperation.getModifications()) |
| | | { |
| | | Attribute a = m.getAttribute(); |
| | | AttributeType t = a.getAttributeType(); |
| | | AttributeType t = a.getAttributeDescription().getAttributeType(); |
| | | if (! config.getType().contains(t)) |
| | | { |
| | | // This modification isn't for a unique attribute. |
| | |
| | | for (Modification m : modifyOperation.getModifications()) |
| | | { |
| | | Attribute a = m.getAttribute(); |
| | | AttributeType t = a.getAttributeType(); |
| | | AttributeType t = a.getAttributeDescription().getAttributeType(); |
| | | if (! config.getType().contains(t)) |
| | | { |
| | | // This modification isn't for a unique attribute. |