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

Matthew Swift
28.19.2015 4d81d07ce1ed94a112ac294878ad8cf498534ec0
Minor cleanup: Remove DN.normalizedToASCII() as it has nothing to do with DNs
1 files modified
10 ■■■■■ changed files
opendj-sdk/opendj-core/src/main/java/org/forgerock/opendj/ldap/DN.java 10 ●●●●● patch | view | raw | blame | history
opendj-sdk/opendj-core/src/main/java/org/forgerock/opendj/ldap/DN.java
@@ -912,16 +912,6 @@
    }
    /**
     * Returns an ASCII printable string representation.
     *
     * @param seq a normalized DN
     * @return an ASCII printable string representation
     */
    public static String normalizedToASCII(ByteSequence seq) {
        return seq.toByteString().toASCIIString();
    }
    /**
     * Retrieves a normalized string representation of this DN.
     * <p>
     * This representation is safe to use in an URL or in a file name.