[ 
https://issues.apache.org/jira/browse/FLINK-8061?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16270123#comment-16270123
 ] 

ASF GitHub Bot commented on FLINK-8061:
---------------------------------------

Github user vetriselvan1187 closed the pull request at:

    https://github.com/apache/flink/pull/5008


> Remove trailing asterisk in QueryableStateClient javadocs
> ---------------------------------------------------------
>
>                 Key: FLINK-8061
>                 URL: https://issues.apache.org/jira/browse/FLINK-8061
>             Project: Flink
>          Issue Type: Improvement
>          Components: Queryable State
>    Affects Versions: 1.4.0
>            Reporter: Chesnay Schepler
>            Assignee: Chesnay Schepler
>
> {code}
> /**
>        * Returns a future holding the request result.  *
>        * @param jobId                     JobID of the job the queryable 
> state belongs to.
>        * @param queryableStateName        Name under which the state is 
> queryable.
>        * @param key                               The key we are interested 
> in.
>        * @param keyTypeHint                           A {@link TypeHint} used 
> to extract the type of the key.
>        * @param stateDescriptor                       The {@link 
> StateDescriptor} of the state we want to query.
>        * @return Future holding the immutable {@link State} object containing 
> the result.
>        */
> {code}
> {code}
> /**
>        * Returns a future holding the request result.  *
>        * @param jobId                     JobID of the job the queryable 
> state belongs to.
>        * @param queryableStateName        Name under which the state is 
> queryable.
>        * @param key                               The key we are interested 
> in.
>        * @param keyTypeInfo                           The {@link 
> TypeInformation} of the key.
>        * @param stateDescriptor                       The {@link 
> StateDescriptor} of the state we want to query.
>        * @return Future holding the immutable {@link State} object containing 
> the result.
>        */
> {code}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to