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

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