Repository: flink
Updated Branches:
  refs/heads/release-1.4 3753ae251 -> e784f3a18


[FLINK-8061][QS] Remove trailing * in QSClient javadocs.


Project: http://git-wip-us.apache.org/repos/asf/flink/repo
Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/e784f3a1
Tree: http://git-wip-us.apache.org/repos/asf/flink/tree/e784f3a1
Diff: http://git-wip-us.apache.org/repos/asf/flink/diff/e784f3a1

Branch: refs/heads/release-1.4
Commit: e784f3a184ecc35ea26fdfa6bcb4fa74520fa9df
Parents: 3753ae2
Author: Vetriselvan1187 <vetriblogger1...@gmail.com>
Authored: Mon Nov 13 17:54:43 2017 +0100
Committer: kkloudas <kklou...@gmail.com>
Committed: Fri Nov 17 15:31:15 2017 +0100

----------------------------------------------------------------------
 .../apache/flink/queryablestate/client/QueryableStateClient.java | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flink/blob/e784f3a1/flink-queryable-state/flink-queryable-state-client-java/src/main/java/org/apache/flink/queryablestate/client/QueryableStateClient.java
----------------------------------------------------------------------
diff --git 
a/flink-queryable-state/flink-queryable-state-client-java/src/main/java/org/apache/flink/queryablestate/client/QueryableStateClient.java
 
b/flink-queryable-state/flink-queryable-state-client-java/src/main/java/org/apache/flink/queryablestate/client/QueryableStateClient.java
index 03e02e1..7abf6bc 100644
--- 
a/flink-queryable-state/flink-queryable-state-client-java/src/main/java/org/apache/flink/queryablestate/client/QueryableStateClient.java
+++ 
b/flink-queryable-state/flink-queryable-state-client-java/src/main/java/org/apache/flink/queryablestate/client/QueryableStateClient.java
@@ -132,7 +132,7 @@ public class QueryableStateClient {
        }
 
        /**
-        * Returns a future holding the request result.  *
+        * 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.
@@ -155,7 +155,7 @@ public class QueryableStateClient {
        }
 
        /**
-        * Returns a future holding the request result.  *
+        * 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.

Reply via email to