Skip to content

Commit d4b31ea

Browse files
committed
Clean up
1 parent dcce6c8 commit d4b31ea

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

flink-kubernetes-operator/src/main/java/org/apache/flink/kubernetes/operator/controller/FlinkBlueGreenDeploymentController.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -171,8 +171,7 @@ private UpdateControl<FlinkBlueGreenDeployment> monitorTransition(
171171
FlinkBlueGreenDeployments deployments,
172172
FlinkBlueGreenDeploymentStatus deploymentStatus,
173173
DeploymentType currentDeploymentType,
174-
Context<FlinkBlueGreenDeployment> josdkContext)
175-
throws JsonProcessingException {
174+
Context<FlinkBlueGreenDeployment> josdkContext) {
176175

177176
if (hasSpecChanged(bgDeployment.getSpec(), deploymentStatus)) {
178177
// this means the spec was changed during transition,

0 commit comments

Comments
 (0)