Skip to content
This repository was archived by the owner on Apr 8, 2025. It is now read-only.

Commit ff6a4f4

Browse files
committed
Fixed conflict
1 parent f13dff8 commit ff6a4f4

File tree

1 file changed

+0
-8
lines changed
  • Microsoft.WindowsAzure.Storage/includes/was

1 file changed

+0
-8
lines changed

Microsoft.WindowsAzure.Storage/includes/was/core.h

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -408,11 +408,7 @@ namespace azure { namespace storage {
408408
}
409409

410410
/// <summary>
411-
<<<<<<< HEAD
412411
/// Sets the account key for the credentials.
413-
=======
414-
/// Sets the accounts for the credentials.
415-
>>>>>>> 1fe4ab9dafa5add45f454d05fc11f8482367828e
416412
/// </summary>
417413
/// <param name="account_key">A string containing the Base64-encoded account access key.</param>
418414
void set_account_key(const utility::string_t& account_key)
@@ -421,11 +417,7 @@ namespace azure { namespace storage {
421417
}
422418

423419
/// <summary>
424-
<<<<<<< HEAD
425420
/// Sets the account key for the credentials.
426-
=======
427-
/// Sets the accounts for the credentials.
428-
>>>>>>> 1fe4ab9dafa5add45f454d05fc11f8482367828e
429421
/// </summary>
430422
/// <param name="account_key">An array of bytes that represent the account access key.</param>
431423
void set_account_key(std::vector<uint8_t> account_key)

0 commit comments

Comments
 (0)