Skip to content

Commit 978b8a2

Browse files
committed
Makes comment actual JavaDoc
1 parent d584aca commit 978b8a2

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
@@ -1535,9 +1535,12 @@ private void checkIdleSlotTimeout() {
15351535
TimeUnit.MILLISECONDS);
15361536
}
15371537

1538+
/**
1539+
* Wrapper class implementing {@link CheckpointStatsListener} in a way that checkpoint-related
1540+
* events are actually executed in the {@code AdaptiveScheduler}'s main thread.
1541+
*/
15381542
private CheckpointStatsListener createCheckpointStatsListener() {
1539-
// wrapper implementation ensuring that the checkpoint-related events are handled in the
1540-
// scheduler's main thread
1543+
15411544
return new CheckpointStatsListener() {
15421545

15431546
@Override

0 commit comments

Comments
 (0)