Skip to content

Commit

Permalink
Fixed a javadoc typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jhalterman committed Jul 19, 2022
1 parent c46d7d5 commit db0f3df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/main/java/dev/failsafe/RetryPolicyBuilder.java
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
import java.util.List;

/**
* Builds {@link RetryPolicy instances}.
* Builds {@link RetryPolicy} instances.
* <ul>
* <li>By default, a RetryPolicy will retry up to {@code 2} times when any {@code Exception} is thrown, with no delay
* between retry attempts.</li>
Expand Down

0 comments on commit db0f3df

Please sign in to comment.