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

Matthew Swift
09.04.2011 055edab9d632ccb01ab6df488434edf99088c5bb
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