We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c46d7d5 commit db0f3dfCopy full SHA for db0f3df
core/src/main/java/dev/failsafe/RetryPolicyBuilder.java
@@ -32,7 +32,7 @@
32
import java.util.List;
33
34
/**
35
- * Builds {@link RetryPolicy instances}.
+ * Builds {@link RetryPolicy} instances.
36
* <ul>
37
* <li>By default, a RetryPolicy will retry up to {@code 2} times when any {@code Exception} is thrown, with no delay
38
* between retry attempts.</li>
0 commit comments