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/Menu.java
@@ -26,7 +26,7 @@
 */
package org.opends.server.util.cli;
import com.forgerock.opendj.cli.CLIException;
import com.forgerock.opendj.cli.ClientException;
@@ -46,9 +46,9 @@
   * with the option will be invoked and its result returned.
   *
   * @return Returns the result of invoking the chosen menu call-back.
   * @throws CLIException
   * @throws ClientException
   *           If an I/O exception occurred or if one of the menu
   *           option call-backs failed for some reason.
   */
  MenuResult<T> run() throws CLIException;
  MenuResult<T> run() throws ClientException;
}