Skip to content

Commit a01c508

Browse files
committed
Fix the style issue
1 parent 99877f9 commit a01c508

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bookkeeper-server/src/main/java/org/apache/bookkeeper/bookie/GarbageCollectorThread.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -298,8 +298,8 @@ public void removeEntryLog(long logToRemove) {
298298
LOG.info("Entry Location Compaction : interval=" + entryLocationCompactionInterval + ", randomCompactionDelay="
299299
+ randomCompactionDelay);
300300

301-
lastMinorCompactionTime = lastMajorCompactionTime
302-
= lastEntryLocationCompactionTime = System.currentTimeMillis();
301+
lastMinorCompactionTime = lastMajorCompactionTime =
302+
lastEntryLocationCompactionTime = System.currentTimeMillis();
303303
}
304304

305305
private EntryLogMetadataMap createEntryLogMetadataMap() throws IOException {

0 commit comments

Comments
 (0)