From a97980b04d2f1e7b57bf61a003cc918ce873835c Mon Sep 17 00:00:00 2001 From: Thomas Darimont Date: Mon, 10 Feb 2014 10:08:42 +0100 Subject: [PATCH] DATAMONGO-842 - Improve documentation in GridFS section. Rephrased wording for better understanding. Original pull request: #120. --- src/docbkx/reference/mongodb.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/docbkx/reference/mongodb.xml b/src/docbkx/reference/mongodb.xml index 32215fba3..1dacab202 100644 --- a/src/docbkx/reference/mongodb.xml +++ b/src/docbkx/reference/mongodb.xml @@ -3215,8 +3215,8 @@ mongoTemplate.dropCollection("MyNewCollection"); </beans> - You can no get the template injected and perform storing and - retrieving operations to it. + The template can now be injected and used to perform storage and + retrieval operations. Using GridFsTemplate to store files