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); }