From 409b13a9fb96aab5952aa80fcbf14aede5f74432 Mon Sep 17 00:00:00 2001 From: Michael Klishin Date: Sat, 8 Feb 2014 19:00:43 +0400 Subject: [PATCH] ditto --- src/clojure/monger/command.clj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/clojure/monger/command.clj b/src/clojure/monger/command.clj index 0866f72..b8e78a4 100644 --- a/src/clojure/monger/command.clj +++ b/src/clojure/monger/command.clj @@ -1,4 +1,4 @@ -;; Copyright (c) 2011-2012 Michael S. Klishin +;; Copyright (c) 2011-2014 Michael S. Klishin ;; Copyright (c) 2012 Toby Hede ;; ;; The use and distribution terms for this software are covered by the @@ -97,4 +97,4 @@ ([^String collection query] (monger.core/command {"text" collection "search" query})) ([^DB database ^String collection query] - (monger.core/command database {"text" collection "search" query}))) \ No newline at end of file + (monger.core/command database {"text" collection "search" query})))