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

Jean-Noël Rouvignac
31.51.2016 0b1d47206c74ddfdcbf60b81b30ef24f59aa56d0
opendj-server-legacy/src/main/java/org/opends/server/loggers/RotatableLogFile.java
@@ -17,12 +17,9 @@
import java.util.Calendar;
/**
 * Represents a file that can be rotated based on size or on time.
 */
/** Represents a file that can be rotated based on size or on time. */
public interface RotatableLogFile
{
  /**
   * Retrieves the number of bytes written to the file.
   *
@@ -37,5 +34,4 @@
   * @return The last time file rotation occurred.
   */
  Calendar getLastRotationTime();
}