opendj-server-legacy/src/main/java/org/opends/server/protocols/ldap/LDAPAttribute.java
@@ -12,7 +12,7 @@ * information: "Portions Copyright [year] [name of copyright owner]". * * Copyright 2006-2009 Sun Microsystems, Inc. * Portions Copyright 2013-2015 ForgeRock AS. * Portions Copyright 2013-2016 ForgeRock AS. */ package org.opends.server.protocols.ldap; @@ -146,7 +146,7 @@ */ public LDAPAttribute(Attribute attribute) { this.attributeType = attribute.getNameWithOptions(); this.attributeType = attribute.getAttributeDescription().toString(); if (attribute.isVirtual()) {