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

Violette Roche-Montane
29.25.2014 bebd9e4a6245ed1fa2db80994f484c013f58fb4b
opendj-cli/src/main/java/com/forgerock/opendj/cli/FileBasedArgument.java
@@ -54,8 +54,7 @@
 */
public final class FileBasedArgument extends Argument {
    // The mapping between filenames specified and the first lines read
    // from those
    // files.
    // from those files.
    private final LinkedHashMap<String, String> namesToValues;
    /**