[ https://issues.apache.org/jira/browse/FLINK-8135?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16474125#comment-16474125 ]
ASF GitHub Bot commented on FLINK-8135: --------------------------------------- Github user andrew-half commented on a diff in the pull request: https://github.com/apache/flink/pull/5985#discussion_r187938237 --- Diff: flink-runtime/src/test/java/org/apache/flink/runtime/rest/messages/MessageParametersTest.java --- @@ -109,8 +114,13 @@ public JobID convertStringToValue(String value) { } @Override - public String convertValueToString(JobID value) { - return value.toString(); + public String convertValueToString(JobID value) { --- End diff -- Done > Add description to MessageParameter > ----------------------------------- > > Key: FLINK-8135 > URL: https://issues.apache.org/jira/browse/FLINK-8135 > Project: Flink > Issue Type: Improvement > Components: Documentation, REST > Reporter: Chesnay Schepler > Assignee: Andrei > Priority: Major > Fix For: 1.5.0 > > > For documentation purposes we should add an {{getDescription()}} method to > the {{MessageParameter}} class, describing what this particular parameter is > used for and which values are accepted. -- This message was sent by Atlassian JIRA (v7.6.3#76005)