Browse Source

DATAMONGO-842 - Improve documentation in GridFS section.

Rephrased wording for better understanding.

Original pull request: #120.
pull/125/merge
Thomas Darimont 12 years ago committed by Oliver Gierke
parent
commit
a97980b04d
  1. 4
      src/docbkx/reference/mongodb.xml

4
src/docbkx/reference/mongodb.xml

@ -3215,8 +3215,8 @@ mongoTemplate.dropCollection("MyNewCollection"); </programlisting> @@ -3215,8 +3215,8 @@ mongoTemplate.dropCollection("MyNewCollection"); </programlisting>
&lt;/beans&gt;</programlisting>
</example>
<para>You can no get the template injected and perform storing and
retrieving operations to it.</para>
<para>The template can now be injected and used to perform storage and
retrieval operations.</para>
<example>
<title>Using GridFsTemplate to store files</title>

Loading…
Cancel
Save