Merge pull request #55 from bmabey/master

fixed small typo in clojure's blobstore implementation to create a blob-last-modified accessor
This commit is contained in:
Adrian Cole 2011-06-23 23:59:58 -07:00
commit 413b5b8124
2 changed files with 2 additions and 2 deletions

View File

@ -454,7 +454,7 @@ container, name, string -> etag"
(download-blob container-name name (FileOutputStream. target) blobstore))
(define-accessors StorageMetadata "blob" type id name
location-id uri last-modfied)
location-id uri last-modified)
(define-accessors BlobMetadata "blob" content-type)
(defn blob-etag [blob]

View File

@ -341,7 +341,7 @@ Options can also be specified for extension modules
(.build blob-builder))))
(define-accessors StorageMetadata "blob" type id name
location-id uri last-modfied)
location-id uri last-modified)
(define-accessors BlobMetadata "blob" content-type)
(defn blob-etag [blob]