Skip to content

Commit 54ae4fb

Browse files
authored
Apply suggestion from @RocMarshal
1 parent eafd853 commit 54ae4fb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

flink-core/src/main/java/org/apache/flink/configuration/NettyShuffleEnvironmentOptions.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@ public enum CompressionCodec {
336336

337337
/**
338338
* Maximum number of channels to traverse when looking for the idlest channel for rescale and
339-
* rebalance partitioners when {@link #ADAPTIVE_PARTITIONER_ENABLED} is enabled.
339+
* rebalance partitioners when {@link #ADAPTIVE_PARTITIONER_ENABLED} is true.
340340
*/
341341
@Documentation.Section(Documentation.Sections.ALL_TASK_MANAGER_NETWORK)
342342
public static final ConfigOption<Integer> ADAPTIVE_PARTITIONER_MAX_TRAVERSE_SIZE =

0 commit comments

Comments
 (0)