Fix missing comment in swift storage policy code

Change-Id: I3a3cccc5c26d6fb6991dd22e5bbe0cd255cb5790
This commit is contained in:
Tobias Urdin 2020-09-10 16:45:43 +02:00
parent 584aa54985
commit 4eb8285b17
1 changed files with 1 additions and 0 deletions

View File

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