Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/4599#discussion_r139392946 --- Diff: flink-runtime-web/src/test/java/org/apache/flink/runtime/webmonitor/WebRuntimeMonitorITCase.java --- @@ -479,41 +479,6 @@ public void testNoCopyFromJar() throws Exception { } } - private WebRuntimeMonitor startWebRuntimeMonitor( --- End diff -- This change belongs into the previous commit, i.e. `Create DispatcherRestEndpoint and integrate with Dispatcher`.
---