Skip to content

Commit 4aac476

Browse files
Merge pull request #277622 from pauljewellmsft/patch-1
Update storage-retry-policy-java.md
2 parents 958645d + 0ea39b7 commit 4aac476

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/storage/blobs/storage-retry-policy-java.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ BlobServiceClient client = new BlobServiceClientBuilder()
4343
```
4444

4545

46-
In this example, each service request issued from the `BlobServiceClient` object uses the retry options as defined in the `RequestRetryOptions` instance. This policy applies to client requestsYou can configure various retry strategies for service clients based on the needs of your app.
46+
In this example, each service request issued from the `BlobServiceClient` object uses the retry options as defined in the `RequestRetryOptions` instance. This policy applies to client requests. You can configure various retry strategies for service clients based on the needs of your app.
4747

4848
## Related content
4949

0 commit comments

Comments
 (0)