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

Valery Kharseko
8 hours ago 7af51501d5a70e6cdff45d7c1c804f0e820d1d3a
opendj-cli/src/main/java/com/forgerock/opendj/cli/Argument.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;
@@ -374,6 +375,9 @@
    /**
     * Retrieves the set of string values for this argument.
     * <p>
     * The returned list is the live one: {@code ListBackends} removes the backend identifiers it
     * could not resolve from it, and {@code InstallDS} adds the default base DN to it.
     *
     * @return The set of string values for this argument.
     */