opendj-sdk/opendj-cli/src/main/java/com/forgerock/opendj/cli/FileBasedArgument.java
@@ -54,8 +54,10 @@ * multiple lines, then only the first line will be read. */ public final class FileBasedArgument extends Argument { // The mapping between filenames specified and the first lines read // from those files. /** * The mapping between filenames specified and the first lines read * from those files. */ private final LinkedHashMap<String, String> namesToValues; /**