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

neil_a_wilson
01.18.2007 a49dee3f75d6e2548e9114d9495655dd56f06973
opends/src/server/org/opends/server/loggers/SizeBasedRotationPolicy.java
@@ -47,7 +47,6 @@
   */
  public SizeBasedRotationPolicy(long size)
  {
    sizeLimit = size;
  }
@@ -79,7 +78,6 @@
  */
  public boolean rotateFile()
  {
    if (fileHandler.getFileSize() >= sizeLimit)
    {
      if (debugEnabled())