Clean up a comment on the blobstore2/blob function. For realsies.

This commit is contained in:
David Santiago 2011-04-21 14:05:51 -05:00
parent 29744fddda
commit 6a3ce93d26
1 changed files with 1 additions and 1 deletions

View File

@ -313,7 +313,7 @@ Options can also be specified for extension modules
(defn blob
"Create a new blob with the specified payload and options.
The payload argument can be anything accepted by org.jclouds.io.Payloads."
The payload argument can be anything accepted by the PayloadSource protocol."
([^String name &
{:keys [payload content-type content-length content-md5 calculate-md5
content-disposition content-encoding content-language metadata]}]