opendj3/opendj-ldap-sdk/src/main/java/com/forgerock/opendj/util/Base64.java
@@ -23,6 +23,7 @@ * * * Copyright 2006-2009 Sun Microsystems, Inc. * Portions copyright 2012 ForgeRock AS. */ package com.forgerock.opendj.util; @@ -68,7 +69,6 @@ * If {@code base64} was {@code null}. */ public static ByteString decode(final String base64) throws LocalizedIllegalArgumentException, NullPointerException { ensureNotNull(base64); @@ -336,7 +336,6 @@ * If {@code bytes} was {@code null}. */ public static String encode(final ByteSequence bytes) throws NullPointerException { ensureNotNull(bytes);