Skip to content

Commit

Permalink
recovery FailedRecordTracker#getRetryListeners package-protected
Browse files Browse the repository at this point in the history
  • Loading branch information
Wzy19930507 authored Dec 22, 2023
1 parent 08e8660 commit 115748e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ public void setRetryListeners(RetryListener... listeners) {
this.retryListeners.addAll(Arrays.asList(listeners));
}

protected List<RetryListener> getRetryListeners() {
List<RetryListener> getRetryListeners() {
return this.retryListeners;
}

Expand Down

0 comments on commit 115748e

Please sign in to comment.