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

Jean-Noël Rouvignac
04.01.2016 88fa5129e4562fda574a992e8b2bcfa4699d42fd
Remove deprecated AttributeType.getNormalizedNameOrOID()

It had been temporarily added to ease migration to AttributeType
1 files modified
15 ■■■■■ changed files
opendj-sdk/opendj-core/src/main/java/org/forgerock/opendj/ldap/schema/AttributeType.java 15 ●●●●● patch | view | raw | blame | history
opendj-sdk/opendj-core/src/main/java/org/forgerock/opendj/ldap/schema/AttributeType.java
@@ -583,21 +583,6 @@
    }
    /**
     * Returns the normalized name or OID for this schema definition.
     * <p>
     * If it has one or more names, then the lower case primary name will be returned.
     * 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;
    }
    /**
     * Returns an unmodifiable list containing the user-defined names that may
     * be used to reference this schema definition.
     *