Merge branch 'master' of git@github.com:jclouds/jclouds

* 'master' of git@github.com:jclouds/jclouds:
  fixes clojure's blobstore clear-container wrapper fn
This commit is contained in:
Adrian Cole 2011-07-13 14:33:11 -07:00
commit bbcf87265e
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))