Skip to content

Commit 00115a2

Browse files
author
chenyuzhi
committed
[FLINK-36876] delete some comments
1 parent 5c50ad8 commit 00115a2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

flink-kubernetes-operator/src/main/java/org/apache/flink/kubernetes/operator/service/RestClientProxy.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ public RestClientProxy(
6666
terminationFutureField.setAccessible(true);
6767
groupField.setAccessible(true);
6868

69-
// TODO check null
7069
this.terminationFuture = (CompletableFuture<Void>) terminationFutureField.get(this);
7170
this.bootstrap = (Bootstrap) bootstrapField.get(this);
7271
this.groupField = groupField;

0 commit comments

Comments
 (0)