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

Jean-Noël Rouvignac
14.09.2016 68864d955b12b2653fe24830e4c07a551a7ff6e0
AttributeType.java: deprecate method temporarily added for OPENDJ-1632
1 files modified
4 ■■■ changed files
opendj-sdk/opendj-core/src/main/java/org/forgerock/opendj/ldap/schema/AttributeType.java 4 ●●● patch | view | raw | blame | history
opendj-sdk/opendj-core/src/main/java/org/forgerock/opendj/ldap/schema/AttributeType.java
@@ -14,7 +14,6 @@
 * Copyright 2009 Sun Microsystems, Inc.
 * Portions copyright 2011-2016 ForgeRock AS.
 */
package org.forgerock.opendj.ldap.schema;
import static java.util.Arrays.*;
@@ -590,7 +589,10 @@
     * If it does not have any names, then the lower case OID will be returned.
     *
     * @return The normalized name or OID for this schema definition.
     * @deprecated This method may be removed at any time
     * @since OPENDJ-1632 Migrate AttributeType in one shot
     */
    @Deprecated
    public String getNormalizedNameOrOID() {
        return normalizedName;
    }