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

Violette Roche-Montane
14.29.2014 c37b0d815d222d000d2a220e929b488ecff665c3
opendj3-server-dev/src/server/org/opends/server/util/cli/MenuCallback.java
@@ -26,7 +26,7 @@
 */
package org.opends.server.util.cli;
import com.forgerock.opendj.cli.CLIException;
import com.forgerock.opendj.cli.ClientException;
/**
@@ -46,8 +46,8 @@
   * @param app
   *          The application console.
   * @return Returns the result of invoking the menu call-back.
   * @throws CLIException
   * @throws ClientException
   *           If the menu call-back fails for some reason.
   */
  MenuResult<T> invoke(ConsoleApplication app) throws CLIException;
  MenuResult<T> invoke(ConsoleApplication app) throws ClientException;
}