Skip to content

Commit

Permalink
Fix return of RetryListener.open() in README
Browse files Browse the repository at this point in the history
  • Loading branch information
hoonti06 committed Nov 16, 2023
1 parent d01f25b commit 3a82012
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@ The following listing shows the `RetryListener` interface:
```java
public interface RetryListener {

void open(RetryContext context, RetryCallback<T> callback);
boolean open(RetryContext context, RetryCallback<T> callback);

void onSuccess(RetryContext context, T result);

Expand Down

0 comments on commit 3a82012

Please sign in to comment.