Skip to content

Commit

Permalink
javadoc fix
Browse files Browse the repository at this point in the history
  • Loading branch information
KeeProMise committed Aug 27, 2024
1 parent 023cbaa commit 0521134
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1498,7 +1498,9 @@ public <T extends RemoteLocationContext, R> Map<T, R> invokeConcurrent(
* Post-process the results returned by
* {@link RouterRpcClient#invokeConcurrent(Collection, RemoteMethod, boolean, long, Class)}.
*
* @param requireResponse
* @param requireResponse If true an exception will be thrown if all calls do
* not complete. If false exceptions are ignored and all data results
* successfully received are returned.
* @param results Result of invoking the method per subcluster (list of results),
* This includes the exception for each remote location.
* @return Result of invoking the method per subcluster: nsId to result.
Expand Down

0 comments on commit 0521134

Please sign in to comment.