From c7828619067af80f266857cfaa00794df6fc1263 Mon Sep 17 00:00:00 2001 From: Isabelle Date: Wed, 13 Mar 2024 10:51:27 -0700 Subject: [PATCH] Updating parameter description --- .../main/java/com/azure/storage/file/share/ShareFileClient.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk/storage/azure-storage-file-share/src/main/java/com/azure/storage/file/share/ShareFileClient.java b/sdk/storage/azure-storage-file-share/src/main/java/com/azure/storage/file/share/ShareFileClient.java index 13af19220c09..0f33a54f486f 100644 --- a/sdk/storage/azure-storage-file-share/src/main/java/com/azure/storage/file/share/ShareFileClient.java +++ b/sdk/storage/azure-storage-file-share/src/main/java/com/azure/storage/file/share/ShareFileClient.java @@ -152,7 +152,7 @@ public final StorageFileOutputStream getFileOutputStream() { * Creates and opens an output stream to write data to the file. If the file already exists on the service, it will * be overwritten. * - * @param offset Starting point of the upload range, if {@code null} it will start from the beginning. + * @param offset Starting point of the upload range. * @return A {@link StorageFileOutputStream} object used to write data to the file. * @throws ShareStorageException If a storage service error occurred. */