Skip to content

Commit 6e80ef9

Browse files
committed
Makes comment actual JavaDoc
1 parent 077d72e commit 6e80ef9

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

flink-runtime/src/main/java/org/apache/flink/runtime/scheduler/adaptive/AdaptiveScheduler.java

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1528,9 +1528,12 @@ private void checkIdleSlotTimeout() {
15281528
TimeUnit.MILLISECONDS);
15291529
}
15301530

1531+
/**
1532+
* Wrapper class implementing {@link CheckpointStatsListener} in a way that checkpoint-related
1533+
* events are actually executed in the {@code AdaptiveScheduler}'s main thread.
1534+
*/
15311535
private CheckpointStatsListener createCheckpointStatsListener() {
1532-
// wrapper implementation ensuring that the checkpoint-related events are handled in the
1533-
// scheduler's main thread
1536+
15341537
return new CheckpointStatsListener() {
15351538

15361539
@Override

0 commit comments

Comments
 (0)