Skip to content

Commit

Permalink
SimpleRetryPolicy Javadoc fix
Browse files Browse the repository at this point in the history
  • Loading branch information
gdemecki committed Jun 10, 2022
1 parent c02e546 commit fef3cfe
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
* that is actually performed by:
*
* <pre>
* RetryTemplate.newBuilder()
* RetryTemplate.builder()
* .maxAttempts(3)
* .retryOn(Exception.class)
* .build();
Expand Down

0 comments on commit fef3cfe

Please sign in to comment.