X-czh commented on code in PR #23465:
URL: https://github.com/apache/flink/pull/23465#discussion_r1337262394
##########
flink-runtime/src/main/java/org/apache/flink/runtime/rest/messages/job/SubtaskExecutionAttemptDetailsInfo.java:
##########
@@ -153,10 +160,15 @@ public int getAttempt() {
return attempt;
}
+ @Deprecated
public String getHost() {
return host;
}
+ public String getEndpoint() {
Review Comment:
Java doc is omitted in alignment with other getter methods here
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]