Github user tillrohrmann commented on a diff in the pull request:
https://github.com/apache/flink/pull/4600#discussion_r139419933
--- Diff:
flink-runtime/src/test/java/org/apache/flink/runtime/rest/RestEndpointITCase.java
---
@@ -72,14 +72,14 @@ public void testEndpoints() throws Exception {
RestServerEndpointConfiguration serverConfig =
RestServerEndpointConfiguration.fromConfiguration(config);
RestClientConfiguration clientConfig =
RestClientConfiguration.fromConfiguration(config);
- final String address = "localhost";
--- End diff --
Sorry, this must be a rebasing artifact. Will remove it.
---