mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-17 16:39:29 +00:00
Fix Javadoc error in RetryPolicy
See gh-36983
This commit is contained in:
@@ -169,9 +169,8 @@ public interface RetryPolicy {
|
||||
public static final long DEFAULT_MAX_DELAY = Long.MAX_VALUE;
|
||||
|
||||
/**
|
||||
* The default {@linkplain #timeout(Duration) timeout}: {@value}.
|
||||
* The default {@linkplain #timeout(Duration) timeout}: {@link Duration#ZERO}.
|
||||
* @since 7.0.9
|
||||
* @see Duration#ZERO
|
||||
*/
|
||||
public static final Duration DEFAULT_TIMEOUT = Duration.ZERO;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user