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

Nicolas Capponi
03.36.2015 cbc631ba7819f5abd040670eae01253b23f83ee1
opendj-sdk/opendj-server-legacy/src/main/java/org/opends/server/replication/server/changelog/file/Log.java
@@ -925,6 +925,7 @@
    // Notify even if time-based rotation is not enabled, as it could be enabled at any time
    replicationEnv.notifyLogFileRotation(this);
    lastRotationTime = timeService.now();
  }
  private void renameHeadLogFileTo(final File rotatedLogFile) throws ChangelogException