opendj-server-legacy/src/main/java/org/opends/server/util/Base64.java
@@ -530,7 +530,7 @@ encodeSubCommand.addArgument(toEncodedFile); ArrayList<SubCommand> subCommandList = new ArrayList<SubCommand>(2); ArrayList<SubCommand> subCommandList = new ArrayList<>(2); subCommandList.add(decodeSubCommand); subCommandList.add(encodeSubCommand);