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

jvergara
13.04.2009 cd46a00352f34cb2c514cf4fb5ec3c68f04af3c0
opends/src/server/org/opends/server/util/cli/ConsoleApplication.java
@@ -508,7 +508,7 @@
      if ("".equals(response)) {
        if (defaultValue == null) {
          print(INFO_ERROR_EMPTY_RESPONSE.get());
          println(INFO_ERROR_EMPTY_RESPONSE.get());
        } else {
          return defaultValue;
        }