Merge pull request #57 from bmabey/master

fixes clojure's blobstore clear-container wrapper fn
This commit is contained in:
Adrian Cole 2011-07-13 13:57:18 -07:00
commit 67a3366d87
1 changed files with 2 additions and 2 deletions

View File

@ -223,7 +223,7 @@ Options can also be specified for extension modules
(defn clear-container
"Clear a container."
[^BlobStore container-name]
[^BlobStore blobstore container-name]
(.clearContainer blobstore container-name))
(defn delete-container
@ -348,4 +348,4 @@ Options can also be specified for extension modules
(.getETag blob))
(defn blob-md5 [blob]
(.getContentMD5 blob))
(.getContentMD5 blob))