Fix compilation error: use getAttributeDescription().getAttributeType() instead of getAttributeType()
Agent-Logs-Url: https://github.com/OpenIdentityPlatform/OpenDJ/sessions/e4c3f74e-8d96-4b8f-bdcc-91c814ffb791
Co-authored-by: vharseko <6818498+vharseko@users.noreply.github.com>
| | |
| | | if (modifiedAttribute != null && !modifiedAttribute.isEmpty()) |
| | | { |
| | | // Only enforce referential integrity on attributes that this plugin is configured to manage. |
| | | final AttributeType modifiedAttrType = modifiedAttribute.getAttributeType(); |
| | | final AttributeType modifiedAttrType = modifiedAttribute.getAttributeDescription().getAttributeType(); |
| | | boolean isManagedAttributeType = false; |
| | | if (modifiedAttrType != null && attributeTypes != null) |
| | | { |