opendj3/opendj-ldap-sdk/src/main/java/org/forgerock/opendj/ldap/AVA.java
@@ -825,6 +825,21 @@ /** * Returns a single valued attribute having the same attribute type and value * as this AVA. * * @return A single valued attribute having the same attribute type and value * as this AVA. */ public Attribute toAttribute() { AttributeDescription ad = AttributeDescription.create(attributeType); return new LinkedAttribute(ad, attributeValue); } /** * {@inheritDoc} */ @Override