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

Violette Roche-Montane
05.38.2014 60cf8aa539572be17e02b83fa89c6326dfb0fd21
opendj3-server-dev/src/server/org/opends/server/util/cli/MenuCallback.java
@@ -21,10 +21,12 @@
 * CDDL HEADER END
 *
 *
 *      Copyright 2008 Sun Microsystems, Inc.
 *      Copyright 2008 Sun Microsystems
 *      Portions Copyright 2014 ForgeRock AS
 */
package org.opends.server.util.cli;
import com.forgerock.opendj.cli.CLIException;
/**
@@ -48,4 +50,4 @@
   *           If the menu call-back fails for some reason.
   */
  MenuResult<T> invoke(ConsoleApplication app) throws CLIException;
}
}