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

Jean-Noel Rouvignac
15.17.2014 661593f15f14aaf55d73c7979dab1e900ebae2af
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;
    /**