Skip to content

Commit

Permalink
[FLINK-8061][QS] Remove trailing * in QSClient javadocs.
Browse files Browse the repository at this point in the history
  • Loading branch information
Vetriselvan1187 authored and kl0u committed Nov 17, 2017
1 parent a4d8697 commit 3edbb7b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ public ExecutionConfig setExecutionConfig(ExecutionConfig config) {
}

/**
* 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.
Expand All @@ -155,7 +155,7 @@ public <K, S extends State, V> CompletableFuture<S> getKvState(
}

/**
* 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.
Expand Down

0 comments on commit 3edbb7b

Please sign in to comment.