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

jvergara
03.23.2008 2b830a7f0d13ebbea86725fe27acf2d4b39aa0e1
opends/src/server/org/opends/server/util/cli/ConsoleApplication.java
@@ -102,8 +102,10 @@
  // The output stream which this application should use.
  private final PrintStream out;
  // The maximum number of times we try to confirm.
  private final static int CONFIRMATION_MAX_TRIES = 5;
  /**
   *  The maximum number of times we try to confirm.
   */
  protected final static int CONFIRMATION_MAX_TRIES = 5;
  /**
   * Creates a new console application instance.