Merge "Fix missing comment in swift storage policy code"

This commit is contained in:
Zuul 2020-09-14 10:36:26 +00:00 committed by Gerrit Code Review
commit 8c55e2fbc3
1 changed files with 1 additions and 0 deletions

View File

@ -148,6 +148,7 @@
* @name createContainer * @name createContainer
* @param {Object} container - The container * @param {Object} container - The container
* @param {boolean} isPublic - Whether the container should be public * @param {boolean} isPublic - Whether the container should be public
* @param {string} policy - The storage policy for the container.
* @description * @description
* Creates the named container with the is_public flag set to isPublic. * Creates the named container with the is_public flag set to isPublic.
* @returns {Object} The result of the creation call * @returns {Object} The result of the creation call