Skip to content

Commit f04723f

Browse files
committed
Clean up
1 parent d4b31ea commit f04723f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -411,7 +411,7 @@ private static void setLastReconciledSpec(
411411
}
412412

413413
private static Savepoint configureSavepoint(
414-
FlinkResourceContext<FlinkDeployment> resourceContext) throws Exception {
414+
FlinkResourceContext<FlinkDeployment> resourceContext) {
415415
// TODO: if the user specified an initialSavepointPath, use it and skip this?
416416
Optional<Savepoint> lastCheckpoint =
417417
resourceContext

0 commit comments

Comments
 (0)