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

lutoff
01.27.2007 bf9b07dc6265bdb752da946812564fa522c69f60
Fix for issue #2402
1 files modified
4 ■■■■ changed files
opendj-sdk/opends/src/server/org/opends/server/util/Base64.java 4 ●●●● patch | view | raw | blame | history
opendj-sdk/opends/src/server/org/opends/server/util/Base64.java
@@ -606,9 +606,9 @@
    else if (subCommand.getName().equals(decodeSubCommand.getName()))
    {
      String dataToDecode = null;
      if (rawData.isPresent())
      if (encodedData.isPresent())
      {
        dataToDecode = rawData.getValue();
        dataToDecode = encodedData.getValue();
      }
      else
      {