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

Nicolas Capponi
22.51.2014 db364b9d90deb67f8c9928d79299d68512853efb
opendj3-server-dev/src/server/org/opends/server/loggers/RotationPolicy.java
@@ -61,14 +61,13 @@
  /**
   * This method indicates if the log file should be
   * rotated or not.
   * This method indicates if the log file should be rotated or not.
   *
   * @param writer The multi file writer writing the file to be
   *        checked.
   * @param writer
   *          the file writer to be checked.
   * @return true if the log file should be rotated, false otherwise.
   */
  public boolean rotateFile(MultifileTextWriter writer);
  public boolean rotateFile(RotatableLogFile writer);
}