Skip to content

Commit bf58dfe

Browse files
author
Local Merge
committed
removing stuff
1 parent c344980 commit bf58dfe

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

sdk/storage/azure-storage-blob/src/main/java/com/azure/storage/blob/implementation/models/BlobsDownloadHeaders.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1596,7 +1596,7 @@ public byte[] getXMsContentCrc64() {
15961596

15971597
/**
15981598
* Set the xMsContentCrc64 property: The x-ms-content-crc64 property.
1599-
*
1599+
*
16001600
* @param xMsContentCrc64 the xMsContentCrc64 value to set.
16011601
* @return the BlobsDownloadHeaders object itself.
16021602
*/

sdk/storage/azure-storage-blob/src/main/java/com/azure/storage/blob/models/BlobDownloadHeaders.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1044,5 +1044,4 @@ public BlobDownloadHeaders setCreationTime(OffsetDateTime creationTime) {
10441044
internalHeaders.setXMsCreationTime(creationTime);
10451045
return this;
10461046
}
1047-
10481047
}

0 commit comments

Comments
 (0)