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

Valery Kharseko
yesterday c34642325775e6b3054af2ca456bbfe5c3ff1b54
opendj-cli/src/main/java/com/forgerock/opendj/cli/ConsoleApplication.java
@@ -14,6 +14,7 @@
 * Copyright 2008-2009 Sun Microsystems, Inc.
 * Portions copyright 2011-2016 ForgeRock AS.
 * Portions copyright 2011 Nemanja Lukić
 * Portions Copyright 2026 3A Systems, LLC.
 */
package com.forgerock.opendj.cli;
@@ -474,7 +475,7 @@
            println();
        }
        if ("".equals(response)) {
        if (response.isEmpty()) {
            if (defaultValue != null) {
                return defaultValue;
            }