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

neil_a_wilson
01.18.2007 a49dee3f75d6e2548e9114d9495655dd56f06973
opends/src/server/org/opends/server/loggers/FixedTimeRotationPolicy.java
@@ -55,7 +55,6 @@
  public FixedTimeRotationPolicy(int[] timeOfDays)
  {
    Calendar cal = new GregorianCalendar();
    cal.set( Calendar.MILLISECOND, 0 );
    cal.set( Calendar.SECOND, 0 );
@@ -87,7 +86,6 @@
   */
  public boolean rotateFile()
  {
    long currTime = TimeThread.getTime();
    if (debugEnabled())
    {