Skip to content

Commit db0f3df

Browse files
committed
Fixed a javadoc typo
1 parent c46d7d5 commit db0f3df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/main/java/dev/failsafe/RetryPolicyBuilder.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
import java.util.List;
3333

3434
/**
35-
* Builds {@link RetryPolicy instances}.
35+
* Builds {@link RetryPolicy} instances.
3636
* <ul>
3737
* <li>By default, a RetryPolicy will retry up to {@code 2} times when any {@code Exception} is thrown, with no delay
3838
* between retry attempts.</li>

0 commit comments

Comments
 (0)