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

Valery Kharseko
8 hours ago 7af51501d5a70e6cdff45d7c1c804f0e820d1d3a
opendj-cli/src/main/java/com/forgerock/opendj/cli/FileBasedArgument.java
@@ -13,6 +13,7 @@
 *
 * Copyright 2006-2008 Sun Microsystems, Inc.
 * Portions copyright 2014-2016 ForgeRock AS.
 * Portions Copyright 2026 3A Systems, LLC.
 */
package com.forgerock.opendj.cli;
@@ -105,6 +106,9 @@
    /**
     * Retrieves a map between the filenames specified on the command line and
     * the first lines read from those files.
     * <p>
     * The returned map is the live one: the tools building an equivalent command line add
     * entries to it, so that a password read interactively is displayed as a password file.
     *
     * @return A map between the filenames specified on the command line and the
     *         first lines read from those files.