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

Matthew Swift
04.42.2012 8182a5e7e6e25e7f49118be19dfabe8faa4741c0
opendj3/opendj-ldap-sdk/src/main/java/org/forgerock/opendj/ldap/ByteString.java
@@ -154,7 +154,7 @@
     *             content.
     * @see #toBase64String()
     */
    public static ByteString valueOfBase64String(final String s) {
    public static ByteString valueOfBase64(final String s) {
        return Base64.decode(s);
    }