Skip to content

Commit 2379489

Browse files
committed
Add missing @deprecated annotation
1 parent a58d743 commit 2379489

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

core/sdk-core/src/main/java/software/amazon/awssdk/core/retry/backoff/FixedDelayBackoffStrategy.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
* {@link software.amazon.awssdk.retries.api.BackoffStrategy#fixedDelay(Duration)}.
3030
*/
3131
@SdkPublicApi
32+
@Deprecated
3233
public final class FixedDelayBackoffStrategy implements BackoffStrategy {
3334

3435
private final Duration fixedBackoff;

0 commit comments

Comments
 (0)