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

boli
20.27.2007 fceec4773fdc91fa7e11334a56f0403fd69292ed
opendj-sdk/opends/src/server/org/opends/server/loggers/MultifileTextWriter.java
@@ -563,7 +563,7 @@
  }
  /**
   * Tries to rotate the log files. If the new log file alreadly exists, it
   * Tries to rotate the log files. If the new log file already exists, it
   * tries to rename the file. On failure, all subsequent log write requests
   * will throw exceptions.
   */
@@ -660,9 +660,9 @@
  /**
   * Retrieves the last time a log file was rotated in this instance of
   * Directory Server. If a log rotation never
   * occured, this value will be the time the server started.
   * occurred, this value will be the time the server started.
   *
   * @return The last time log rotation occured.
   * @return The last time log rotation occurred.
   */
  public long getLastRotationTime()
  {
@@ -670,7 +670,7 @@
  }
  /**
   * Retrieves the total number file rotations occured in this instance of the
   * Retrieves the total number file rotations occurred in this instance of the
   * Directory Server.
   *
   * @return The total number of file rotations.