Skip to content

Commit 0ea39b7

Browse files
Update storage-retry-policy-java.md
1 parent 281cb6c commit 0ea39b7

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)