Github user andrew-half commented on a diff in the pull request:

    https://github.com/apache/flink/pull/5985#discussion_r187944667
  
    --- Diff: 
flink-runtime-web/src/main/java/org/apache/flink/runtime/webmonitor/handlers/SavepointPathQueryParameter.java
 ---
    @@ -28,4 +28,9 @@
        public SavepointPathQueryParameter() {
                super(KEY, MessageParameterRequisiteness.OPTIONAL);
        }
    +
    +   @Override
    +   public String getDescription() {
    +           return "Defines a path to savepoint to restore from.";
    --- End diff --
    
    Done


---

Reply via email to