Skip to content

Commit 423c351

Browse files
authored
Dumy commit
1 parent 42a8173 commit 423c351

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/aws-core/src/main/java/software/amazon/awssdk/awscore/retry/AwsRetryStrategy.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ private AwsRetryStrategy() {
7070
* Update the provided {@link RetryStrategy} to add AWS-specific conditions.
7171
*
7272
* @param strategy The strategy to update
73-
* @return The updated strategy
73+
* @return The updated strategy.
7474
*/
7575
public static RetryStrategy<?, ?> addRetryConditions(RetryStrategy<?, ?> strategy) {
7676
return strategy.toBuilder()

0 commit comments

Comments
 (0)