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

Matthew Swift
16.40.2011 d8bf5464e5ff205ee2304aaddf36fae05a24b154
opendj3/opendj-client-tools/src/main/java/com/sun/opends/sdk/tools/CLIException.java
@@ -28,10 +28,10 @@
import org.opends.sdk.LocalizableException;
import org.opends.sdk.LocalizableMessage;
import org.forgerock.i18n.LocalizableException;
import org.forgerock.i18n.LocalizableMessage;
import com.sun.opends.sdk.messages.Messages;
import static org.opends.sdk.CoreMessages.*;
@@ -54,7 +54,7 @@
   */
  static CLIException adaptInputException(final Throwable cause)
  {
    return new CLIException(Messages.ERR_CONSOLE_INPUT_ERROR.get(cause
    return new CLIException(ERR_CONSOLE_INPUT_ERROR.get(cause
        .getMessage()), cause);
  }