Fix Javadoc error in RetryPolicy

See gh-36983
This commit is contained in:
Sébastien Deleuze
2026-07-08 20:46:17 +02:00
parent 16e82cd693
commit 13a43e76cb
@@ -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;