Skip to content
This repository was archived by the owner on Jul 19, 2024. It is now read-only.

Commit aa86018

Browse files
committed
Fixed doc error
1 parent 8d48e70 commit aa86018

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

microsoft-azure-storage/src/com/microsoft/azure/storage/RequestOptions.java

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -308,9 +308,8 @@ public void setMaximumExecutionTimeInMs(Integer maximumExecutionTimeInMs) {
308308
* <p>
309309
* The default is set in the client and is by default false, indicating encryption is not required. You can change
310310
* the value on this request by setting this property. You can also change the value on the
311-
* * {@link ServiceClient#getDefaultRequestOptions()} object so that all subsequent requests made via the
312-
* service
313-
* * client will use the appropriate value.
311+
* {@link ServiceClient#getDefaultRequestOptions()} object so that all subsequent requests made via the
312+
* service client will use the appropriate value.
314313
*
315314
* @param requireEncryption
316315
* A value to indicate whether all data written and read must be encrypted.

0 commit comments

Comments
 (0)