Github user tillrohrmann commented on a diff in the pull request:
https://github.com/apache/flink/pull/5225#discussion_r160972443
--- Diff:
flink-clients/src/main/java/org/apache/flink/client/cli/CliFrontend.java ---
@@ -561,7 +640,7 @@ protected int cancel(String[] args) throws Exception {
*
* @param args Command line arguments for the cancel action.
*/
- protected int savepoint(String[] args) throws CliArgsException {
+ protected void savepoint(String[] args) throws Exception {
--- End diff --
I forgot to remove the return codes from the other methods. Will change it.
---