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/ValidationCallback.java
@@ -26,7 +26,7 @@
 */
package org.opends.server.util.cli;
import com.forgerock.opendj.cli.CLIException;
import com.forgerock.opendj.cli.ClientException;
/**
@@ -50,9 +50,9 @@
   *          The user input to be validated.
   * @return Returns the decoded input if the input is valid, or
   *         <code>null</code> if it is not.
   * @throws CLIException
   * @throws ClientException
   *           If an unexpected error occurred which prevented
   *           validation.
   */
  T validate(ConsoleApplication app, String input) throws CLIException;
  T validate(ConsoleApplication app, String input) throws ClientException;
}