Skip to content

Commit 52fd99e

Browse files
committed
correct the javadoc
1 parent 717ec52 commit 52fd99e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ private void check(final LedgerDirsManager ldm) {
182182
}
183183

184184
if (isFirstLoopOfCheckTaskLocalValue && ldm.getFullFilledLedgerDirs().isEmpty()) {
185-
// notify any disk full.
185+
// notify no disk full.
186186
for (LedgerDirsListener listener : ldm.getListeners()) {
187187
listener.allDisksWritable();
188188
}

0 commit comments

Comments
 (0)