Skip to content

Commit c3e694a

Browse files
committed
javadoc: add param in getPolicyException
1 parent 987d00a commit c3e694a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/main/java/io/tarantool/driver/api/retry/RequestRetryPolicy.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ default long getDelay() {
5858
/**
5959
* Get an exception stating why the policy cannot repeat the request
6060
*
61+
* @param ex exception that will be wrapped
6162
* @return reason of stopping retrying
6263
*/
6364
default Throwable getPolicyException(Throwable ex) {

0 commit comments

Comments
 (0)