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

jvergara
05.04.2007 73b6faf791290e10ac84feb56361ab4bfa8196cc
opendj-sdk/opends/src/quicksetup/org/opends/quicksetup/uninstaller/UninstallLauncher.java
@@ -210,13 +210,13 @@
  private static String getMsg(String key)
  {
    return org.opends.server.util.StaticUtils.wrapText(getI18n().getMsg(key),
        UninstallCli.MAX_LINE_WIDTH);
        Utils.getCommandLineMaxLineWidth());
  }
  private static String getMsg(String key, String[] args)
  {
    return org.opends.server.util.StaticUtils.wrapText(
        getI18n().getMsg(key, args), UninstallCli.MAX_LINE_WIDTH);
        getI18n().getMsg(key, args), Utils.getCommandLineMaxLineWidth());
  }
  private static ResourceProvider getI18n()