Skip to content

Commit aeb44e2

Browse files
author
chenyuzhi
committed
[FLINK-36876] add tag
1 parent 076a4f0 commit aeb44e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flink-clients/src/main/java/org/apache/flink/client/program/rest/RestClusterClient.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ private RestClusterClient(
250250
T clusterId,
251251
WaitStrategy waitStrategy,
252252
ClientHighAvailabilityServicesFactory clientHAServicesFactory,
253-
EventLoopGroup group)
253+
@Nullable EventLoopGroup group)
254254
throws Exception {
255255
this.configuration = checkNotNull(configuration);
256256

0 commit comments

Comments
 (0)