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

neil_a_wilson
01.18.2007 3e3246e42af6979556dec66ec10ad3d3e009217c
opendj-sdk/opends/src/server/org/opends/server/util/Base64.java
@@ -71,7 +71,6 @@
   */
  public static String encode(byte[] rawData)
  {
    ensureNotNull(rawData);
@@ -126,7 +125,6 @@
  public static byte[] decode(String encodedData)
         throws ParseException
  {
    ensureNotNull(encodedData);