GitHub user zentol opened a pull request: https://github.com/apache/flink/pull/5006
[hotfix][docs][QS] MInor cleanup of QS documentation ## What is the purpose of the change This PR fixes a few smaller issues in the Queryable State documentation/javadocs. You can merge this pull request into a Git repository by running: $ git pull https://github.com/zentol/flink hf_qs_dc Alternatively you can review and apply these changes as the patch at: https://github.com/apache/flink/pull/5006.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 #5006 ---- commit 6bf183a23a19625a9970d00a17de572048c1a51e Author: zentol <ches...@apache.org> Date: 2017-11-13T15:49:32Z [hotfix][docs][QS] Minor cleanup of QS documentation - replace usage of deprecated ValueStateDescriptor constructor - fix artifact-id containing 2 underscores - remove final keyword from method reference - add missing space to note commit a4f430f22fcec0f7b854ba06d44474286c6aa5dd Author: zentol <ches...@apache.org> Date: 2017-11-13T15:50:12Z [FLINK-8061][QS] Remove trailing asterisks in javadocs commit e61432895c357db0fea590a3224240e5f8295891 Author: zentol <ches...@apache.org> Date: 2017-11-13T15:52:00Z [FLINK-8064][docs][QS] List flink-core as dependency ---- ---