zentol commented on a change in pull request #7263: [FLINK-11081] Support 
binding port range for REST server
URL: https://github.com/apache/flink/pull/7263#discussion_r255054673
 
 

 ##########
 File path: 
flink-runtime/src/main/java/org/apache/flink/runtime/rest/RestServerEndpointConfiguration.java
 ##########
 @@ -97,11 +96,11 @@ public String getRestBindAddress() {
        }
 
        /**
-        * Returns the port that the REST server endpoint should listen on.
+        * Returns the port range that the REST server endpoint should listen 
on.
         *
-        * @return port that the REST server endpoint should listen on
+        * @return port range that the REST server endpoint should listen on
         */
-       public int getRestBindPort() {
+       public String getRestBindPort() {
 
 Review comment:
   rename

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to