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

Violette Roche-Montane
14.52.2014 8298101415278c4a3504c1f5dc09e0e53dd83e37
opendj3-server-dev/src/server/org/opends/server/tools/dsconfig/SubCommandHandler.java
@@ -816,7 +816,7 @@
   * @param app
   *          The console application.
   * @param factory
   *          The management context factory.
   *          The LDAP management context factory context factory.
   * @return Returns a {@link MenuResult#success()} containing zero if
   *         the sub-command completed successfully or non-zero if it
   *         did not, or {@link MenuResult#quit()}, or
@@ -829,7 +829,7 @@
   *           If the management context could not be created.
   */
  public abstract MenuResult<Integer> run(ConsoleApplication app,
      ManagementContextFactory factory) throws ArgumentException,
      LDAPManagementContextFactory factory) throws ArgumentException,
      ClientException;