We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c50ad8 commit 00115a2Copy full SHA for 00115a2
flink-kubernetes-operator/src/main/java/org/apache/flink/kubernetes/operator/service/RestClientProxy.java
@@ -66,7 +66,6 @@ public RestClientProxy(
66
terminationFutureField.setAccessible(true);
67
groupField.setAccessible(true);
68
69
- // TODO check null
70
this.terminationFuture = (CompletableFuture<Void>) terminationFutureField.get(this);
71
this.bootstrap = (Bootstrap) bootstrapField.get(this);
72
this.groupField = groupField;
0 commit comments