Skip to content

Commit 821f3a3

Browse files
authored
Changed getServiceAsyncClient to getServiceClient (Azure#18459)
Co-authored-by: gapra <gapra@microsoft.com>
1 parent e963fe4 commit 821f3a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdk/storage/azure-storage-blob/src/main/java/com/azure/storage/blob/BlobContainerClient.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ public String getAccountName() {
145145
*
146146
* @return {@link BlobServiceClient}
147147
*/
148-
public BlobServiceClient getServiceAsyncClient() {
148+
public BlobServiceClient getServiceClient() {
149149
return this.client.getServiceClientBuilder().buildClient();
150150
}
151151

0 commit comments

Comments
 (0)