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

boli
20.38.2007 ce53bc18e11cc2b55d43499868aa084a248c304e
opendj-sdk/opends/src/server/org/opends/server/loggers/TimeLimitRotationPolicy.java
@@ -100,8 +100,8 @@
   */
  public boolean rotateFile(MultifileTextWriter writer)
  {
    long currTime = TimeThread.getTime();
    long currInterval = currTime - writer.getLastRotationTime();
    long currInterval = TimeThread.getTime() -
        writer.getLastRotationTime().getTimeInMillis();
    if (debugEnabled())
    {