Repository: flink
Updated Branches:
  refs/heads/master a4d869759 -> 3edbb7bce


[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/3edbb7bc
Tree: http://git-wip-us.apache.org/repos/asf/flink/tree/3edbb7bc
Diff: http://git-wip-us.apache.org/repos/asf/flink/diff/3edbb7bc

Branch: refs/heads/master
Commit: 3edbb7bce5b30386a67b1b01ef1591a681601219
Parents: a4d8697
Author: Vetriselvan1187 <[email protected]>
Authored: Mon Nov 13 22:24:43 2017 +0530
Committer: kkloudas <[email protected]>
Committed: Fri Nov 17 15:28:46 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/3edbb7bc/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