From c23e019ccd4f117a8fe4ad9820023833cca584ef Mon Sep 17 00:00:00 2001 From: Michael Klishin Date: Sat, 30 Nov 2013 23:39:48 +0400 Subject: [PATCH] Cosmetics --- src/clojure/monger/gridfs.clj | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/src/clojure/monger/gridfs.clj b/src/clojure/monger/gridfs.clj index 871fae9..e7e7345 100644 --- a/src/clojure/monger/gridfs.clj +++ b/src/clojure/monger/gridfs.clj @@ -7,12 +7,11 @@ ;; the terms of this license. ;; You must not remove this notice, or any other, from this software. -(ns - ^{:doc "Provides functions and macros for working with GridFS: storing files in GridFS, streaming files from GridFS, - finding stored files. +(ns monger.gridfs + "Provides functions and macros for working with GridFS: storing files in GridFS, streaming files from GridFS, + finding stored files. - Related documentation guide: http://clojuremongodb.info/articles/gridfs.html"} - monger.gridfs + Related documentation guide: http://clojuremongodb.info/articles/gridfs.html" (:refer-clojure :exclude [remove find]) (:require monger.core [clojure.java.io :as io])