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

Violette Roche-Montane
06.17.2014 69bcc5da5dafd4e5c4af9478f8db2de0fd5af413
opendj3-server-dev/src/quicksetup/org/opends/quicksetup/installer/Installer.java
@@ -70,6 +70,7 @@
import static com.forgerock.opendj.cli.Utils.canWrite;
import static com.forgerock.opendj.cli.Utils.isDN;
import static com.forgerock.opendj.cli.Utils.getHostNameForLdapUrl;
import static com.forgerock.opendj.cli.Utils.getThrowableMsg;
/**
 * This is an abstract class that is in charge of actually performing the
@@ -4863,7 +4864,7 @@
    {
      logger.error(LocalizableMessage.raw("Error: "+t, t));
      throw new ApplicationException(ReturnCode.BUG,
          Utils.getThrowableMsg(INFO_BUG_MSG.get(), t), t);
          getThrowableMsg(INFO_BUG_MSG.get(), t), t);
    }
  }