Skip to content

Commit 3a82012

Browse files
authored
Fix return of RetryListener.open() in README
1 parent d01f25b commit 3a82012

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,7 @@ The following listing shows the `RetryListener` interface:
348348
```java
349349
public interface RetryListener {
350350

351-
void open(RetryContext context, RetryCallback<T> callback);
351+
boolean open(RetryContext context, RetryCallback<T> callback);
352352

353353
void onSuccess(RetryContext context, T result);
354354

0 commit comments

Comments
 (0)