[
https://issues.apache.org/jira/browse/FLINK-8061?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16249843#comment-16249843
]
ASF GitHub Bot commented on FLINK-8061:
---------------------------------------
GitHub user vetriselvan1187 opened a pull request:
https://github.com/apache/flink/pull/5008
[FLINK-8061] [Queryable State] removed trailing asterisk in
QueryableStateClient javadocs
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/vetriselvan1187/flink FLINK-8061
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/flink/pull/5008.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #5008
----
commit 83450a4afaf9cbb70a529cce64e0b4ce754f6a05
Author: Vetriselvan1187 <[email protected]>
Date: 2017-11-13T16:54:43Z
[FLINK-8061] [Queryable State] removed trailing asterisk in
QueryableStateClient javadocs
----
> 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)