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

Jean-Noël Rouvignac
26.30.2016 310df200f78f7d98cc52e4ab97d8a5feb744fa52
opendj-server-legacy/src/main/java/org/opends/server/util/cli/PointAdder.java
@@ -29,11 +29,11 @@
  private Thread t;
  private boolean stopPointAdder;
  private boolean pointAdderStopped;
  private long periodTime = DEFAULT_PERIOD_TIME;
  private final long periodTime;
  private final ProgressMessageFormatter formatter;
  /** The default period time used to write points in the output. */
  public static final long DEFAULT_PERIOD_TIME = 3000;
  private static final long DEFAULT_PERIOD_TIME = 3000;
  /**
   * Default constructor.
@@ -57,7 +57,7 @@
   * @param formatter
   *          The text formatter.
   */
  public PointAdder(ConsoleApplication app, long periodTime, ProgressMessageFormatter formatter)
  private PointAdder(ConsoleApplication app, long periodTime, ProgressMessageFormatter formatter)
  {
    this.app = app;
    this.periodTime = periodTime;